SpectCOW

Results 11 comments of SpectCOW

You can use Oak inside of another language easily if you and the language have Shell access and can keep doing so. Just install Oak, and then use 'oak' to...

> I can't find the primitives like `input()` on oaklang.org/. You could probably find some clues in the 'env.go' file starting at oakinput on line 577.

This is true, but there are a few variables that aren't listed there inside the env ![image](https://github.com/thesephist/oak/assets/126259962/6ab248e8-0ded-4ef6-8fe7-171d60f2cf3b) As you can see, these variables are usable within the latest Oak. They...

> lib__oak_qm -> ? lib__oak_qm -> import exists in memory?

> > lib__oak_qm -> import exists in memory? > > i can't find it in the source code Well, you can use it to get a true or false if...

Not sure, but I've been using it with Kaboom for my games. It's pretty good when you build to the web since you can interop between JS and Oak almost...

> > It's pretty good when you build to the web since you can interop between JS and Oak almost seamlessly. > > How do I do that interop? Do...

Passing in two objects inline might be a bit ugly, maybe make a symbol or look for a hard-coded global var-name, which gets called (assuming it's an object, and has...