Kamby is a programming language created in 2022 by Henrique Gog贸.
#1294on PLDB | 2Years Old |
git clone https://github.com/henriquegogo/kamby
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})