Skip to content
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

Open
naartjie opened this issue Sep 29, 2018 · 3 comments
Open

Skip examples #38

naartjie opened this issue Sep 29, 2018 · 3 comments

Comments

@naartjie
Copy link

Hi. Are there any Skip examples out there? Programs which have:

  • FFI: JS/native interop
  • networked code
  • reading/writing files (is bundler app the best one?)
@pikatchu
Copy link
Collaborator

You are right that those are missing. Thanks for flagging.

@josephsavona
Copy link
Contributor

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.

@Cold-Elite
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants