-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
primitives and spec missing on website #7
Comments
You can use Oak inside of another language easily if you and the language have Shell access and can keep doing so. |
You could probably find some clues in the 'env.go' file starting at oakinput on line 577. |
I end up finding the built-in functions in docs/spec.md |
lib -> import |
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 a lib has been imported, e.g. |
I also found
Oak is a good language. Will the author ever come back to update the official website? |
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 seamlessly. |
How do I do that interop? Do I |
No, you have to be building with |
I misunderstood. I thought you were mentioning interop between Oak code in browser and Oak code on server. I want to add basic features such as |
Hello @thesephist
I can't find the primitives like
input()
on oaklang.org/.I also have some other questions
read
andwrite
from lispThe text was updated successfully, but these errors were encountered: