1
0
mirror of https://github.com/janet-lang/janet synced 2025-04-12 13:53:11 +00:00
bakpakin 0a96e45c4a Change object to table type.
Tables are simpler and don't do inheritance via metatables. This means
object polymorphism will be done through a different mechanism rather
than Lua-like metatables. Perhaps smalltalk style messaging using
functions as objects, or lisp-like method dispatch.
2017-04-24 21:00:56 -04:00
2017-04-24 13:12:55 -04:00
2017-04-24 21:00:56 -04:00
2017-03-26 11:47:58 -04:00
2017-04-24 21:00:56 -04:00
2017-04-24 18:09:23 -04:00
2017-03-26 15:44:57 -04:00
2017-04-17 22:36:44 -04:00
2017-03-10 00:23:59 -05:00

gst

A language and vm.

Description
A dynamic language and bytecode VM.
Readme MIT 16 MiB
Languages
C 76.2%
Janet 21.6%
Makefile 0.7%
Meson 0.7%
Roff 0.4%
Other 0.3%