About Jay Jay

Hi there. My name is John Elliot V. My friends call me Jay Jay. I talk about technology on my blog at blog.jj5.net and make videos about electronics on my YouTube channel @InTheLabWithJayJay.

Forth

I’m reading Discover FORTH: Learning and Programming the FORTH Language and I have a growing interest in the programming language Forth. Here are a few resources:

And some other books on Forth:

And there are a heap of Forth books by Juergen Pintaske.

bondi

So I was able to compile bondi with a little help from my friend epilys.

It went a little something like this:

$ sudo apt install opam
$ opam init
$ opam switch create 4.06.1
$ opam install base
$ opam install ocaml-lsp-server
$ opam install stdlib-shims
$ dune build

I’m not certain stdlib-shims was required and the ocaml-lsp-server was for vscode integration (I think).