Category:Oforth: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 6:
{{language programming paradigm|concatenative}}
{{language programming paradigm|imperative}}
 
Oforth is for Object + Forth : while based on Forth philosophy (data stack, one pass compilation, ...), it implements a full object metamodel.
 
Features include :
. Object metamodel : everything is an object.
. Automatic garbage collection.
. Support of functional programming style and closures using blocks.
. Support of parallelism using ligth-weight tasks and communication using channels.
1,015

edits