1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-17 22:24:49 +00:00
A dynamic language and bytecode VM.
Go to file
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
client More work. 2017-04-24 13:12:55 -04:00
core Change object to table type. 2017-04-24 21:00:56 -04:00
gsttests More work on cleaing up code. 2017-03-26 11:47:58 -04:00
include/gst Change object to table type. 2017-04-24 21:00:56 -04:00
libs Finish simple pretty printer in gst. 2017-04-24 18:09:23 -04:00
.gitignore Fix gitignore 2017-03-26 15:44:57 -04:00
LICENSE License 2017-04-17 22:36:44 -04:00
Makefile Add readline to repl for better experience 2017-04-19 12:56:29 -04:00
README.md Keep readme minimal for now 2017-03-10 00:23:59 -05:00

gst

A language and vm.