-
Notifications
You must be signed in to change notification settings - Fork 55
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
A guide to compile examples? #221
Comments
Hi piton182, welcome to ATS. For the time being you can try glot.io, a website that can run ATS programs in the browser. Please also search for “Effective ATS”, in google, which is a series of tutorials by Hongwei. ATS-Lang-users is the google group that you can ask any questions. I can find more document later today and write up some examples this week, which I always wanted to do anyway. Cheers! |
Also, to compile ATS to binary, you only need Usually to compile some file, you do
|
Nice, thanks! Yes, I've reached out for ATS-Lang-users and have a guy helping me out. glot.io is a great recommendation, thanks. However, I consider the examples runnable (and correct) as I am curious to see what kind of interoperability ATS has with JS. So, I want to run the examples. |
|
These two pages have more information on using ATS with Javascript. http://ats-lang.sourceforge.net/DOCUMENT/ATS2FUNCRASH/HTML/c765.html |
Thanks! I will definitely check that out |
I am very interested in learning ATS via examples. But I can't seem to compile any. According to the Makefile, I am supposed to have atscc2js in ${PATSHOME}/bin and I don't have it after installing ATS. I can't find in the docs how do I get one?
The text was updated successfully, but these errors were encountered: