-
Notifications
You must be signed in to change notification settings - Fork 3
Example 6 project k forth kernel
H.C. Chen edited this page Oct 8, 2017
·
1 revision
Play with proect-k, as a python module, is fun. See https://github.com/hcchengithub/project-k/wiki/Play-with-the-forth-kernel-on-python
Project-k is a very simple Virtual Machine that was implemented first in Javascript with a 18.8k source code in one file "projectk.js". Recent Machine-Learning and AI things are all in python, that I have ported project-k to python. With a lot of comments, it is still only 19.9k, named "projectk.py".