Category:Potion: Difference between revisions

m
bnf url
(new page)
 
m (bnf url)
 
(4 intermediate revisions by the same user not shown)
Line 1:
{{language|Potion
|exec=bytecodemachine
|site=http://fogusperl11.github.ioorg/potion/
|exec=interpreted
|strength=strongweak
|safety=safe
|express=implicit
Line 10:
|gc=yes
|LCT=yes
|bnf=https://github.com/fogusperl11/potion/blob/master/core/syntax.y}}
{{language programming paradigm|Object-oriented}}
 
Potion is a small, fast, object and mixin-orientated, high-level, cross-platform, dynamic functional programming language inunder 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].
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==
* [https://github.com/fogusperl11/potion/ Potion repo]
* [http://perl11.org/p2/ perl11.org/p2/] is based on potion