Difference between revisions of "Main Page"

From PowerMops
Jump to: navigation, search
(News)
(News)
Line 10: Line 10:
  
 
== News ==
 
== News ==
 +
;2016-05-05: iMops 2.11 released -- A maintenance release. Few bugs were fixed. Details are in a file "What's new".  [http://sourceforge.net/projects/powermops/files/iMops/ Download Page]
 +
 
;2015-08-01: iMops 2.1 released -- some bugs have been fixed and new STRING+ class source file included. [http://sourceforge.net/projects/powermops/files/iMops/ Download Page]
 
;2015-08-01: iMops 2.1 released -- some bugs have been fixed and new STRING+ class source file included. [http://sourceforge.net/projects/powermops/files/iMops/ Download Page]
  

Revision as of 00:54, 5 May 2016

Mops is a full featured, stand-alone development environment for programming the Macintosh written by Mike Hore. Inspired by Smalltalk and the commercial language Neon, Mops is based on Forth with extended object-oriented features such as multiple inheritance, early and late binding, persistent objects, and garbage collection. Its interactive development environment provides for fluid and productive programming by allowing quick testing and modification of small code segments.

Mops comes with a large class library supporting many Smalltalk-like classes such as containers and all of the normal Mac graphical user interface elements. There is seamless integration of Macintosh Toolbox calls. AltiVec and external frameworks such as OpenGL and Mach-O are also supported. Included is the complete source code and a well-written manual, which is useful for the novice or expert.

Mops is Carbon-compliant and runs under Mac OS 9.x and all Mac OS X versions released to date. It is a subroutine threaded, optimizing Forth compiler (transparent to the programmer) resulting in programs that run very quickly. Over seventeen years since its inception, the program is still actively maintained by the original author along with a corps of dedicated volunteers.

As an offspring of PowerMops, iMops is an X86-64 native implementation of Mops language for Mac OS X. It is also a subroutine threaded, optimizing Forth compiler and linked with Cocoa/Objective-C.

Even if you never thought you had a reason to try something different, Mops might be just what you are looking for!

News

2016-05-05
iMops 2.11 released -- A maintenance release. Few bugs were fixed. Details are in a file "What's new". Download Page
2015-08-01
iMops 2.1 released -- some bugs have been fixed and new STRING+ class source file included. Download Page
2015-01-18
iMops 2.01 released -- a bug was fixed and object cascading feature was added. Download Page
2014-09-07
PowerMops wiki restored after SourceForge hosted app shutdown.
2014-07-27
iMops 2.0 released -- many bugs fixed and French language resource is included (thanks to Gérard Castagné).
2009-10-24 
PowerMops 6.2 has been released -- a few bugs fixed, and a new mechanism for creating arrays and lists of objects.
2009-01-01 
Updated from a unique MediaWiki instance to the SourceForge hosted app.
2007-07-07 
PowerMops 6.1 has been released! Dozens of bug fixes.
2006-06-23 
PowerMops 6.0 has been released. Check out the latest release notes in the Open Me First document or go directly to the download page to fetch your complete copy.