Releases: benrayfield/wikibinator203
Wikibinator203.2
Basic lambdas work. For headless, just use *VM.js. Drag and drop in tree UI html. Future versions will likely not be backward compatible cuz still changing the opcodes. Next step is to JIT compile to javascript, then to GPUjs andOr GLSL directly. See "transpile" code for where to add on to that. This could be used as it is for lambda research (fork it as is and dont change the opcodes in that fork). Open index.html to see a few UIs available.
Wikibinator203.1
Use Wikibinator203VM.js by itself or with Wikibinator203DragAndDropTree.html. Basic drag and drop of lambda onto lambda to find/create lambda works. Some opcodes not defined yet. Future opcode changes may be incompatible, such as changing the order or number of parameters of existing opcodes, or reordering the opcodes (they are each numbered by the o8 byte).