Category:Potion: Difference between revisions

JIT link
(new page)
 
(JIT link)
Line 13:
{{language programming paradigm|Object-oriented}}
 
Potion is a small, fast, object and mixin-orientated, high-level, cross-platform, dynamic functional programming language in 10k sloc, with a stack-based syntax, message passing as in [[Smalltalk]], an object system as in [[Io]] and the vm based on [[Lua]]. The JIT is simplier and new. The parser generator is based on [http://piumarta.com/software/peg/ peg/leg].
Uses message passing as in [[Smalltalk]], an object system as in [[Io]] and the vm based on [[Lua]]. The [[JIT]] is simplier and new.
The parser generator is based on [http://piumarta.com/software/peg/ peg/leg].
 
==See also==