Kamby is a programming language created in 2022 by Henrique Gog贸.
#1730on PLDB | 1Years Old | 83Users |
0Books | 0Papers |
Try now: Web
A small, embeddable and convenient language for who want to use and understand what is happening behind the scenes. The core is just ~400LOC and binary has just 20kb
planet = [
name := 'World'
nick := 'Earth'
]
'Hello, ' + (planet :: {name})