-
Notifications
You must be signed in to change notification settings - Fork 66
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
Skip examples #38
Comments
You are right that those are missing. Thanks for flagging. |
The only example app is the bundler, but note that the compiler, standard library, and many of the tools are all written in Skip. I’d encourage you to poke around the src/ directory to see more skip code (src/project/ is the project system and demonstrates reading files - also see the Filesystem module in stdlib). Note that we dont have support for user defined FFI, and don’t have networking APIs in stdlib yet. Those are definitely things we’d like to support though. |
Is there no network api yet? |
Hi. Are there any Skip examples out there? Programs which have:
The text was updated successfully, but these errors were encountered: