-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Meeting Notes
Dominik Picheta edited this page Jan 4, 2017
·
1 revision
Notes from meetings. Please don't read too much into these, most of these are just random ramblings between Araq and dom96.
- We want easier ways to do a release.
- A couple of solutions:
- Automatic installer generation: we already do this, but the generation breaks often.
- A rustup-style installer that bootstraps the compiler for the user.
- A couple of solutions:
Intro
Getting Started
- Install
- Docs
- Curated Packages
- Editor Support
- Unofficial FAQ
- Nim for C programmers
- Nim for Python programmers
- Nim for TypeScript programmers
- Nim for D programmers
- Nim for Java programmers
- Nim for Haskell programmers
Developing
- Build
- Contribute
- Creating a release
- Compiler module reference
- Consts defined by the compiler
- Debugging the compiler
- GitHub Actions/Travis CI/Circle CI/Appveyor
- GitLab CI setup
- Standard library and the JavaScript backend
Misc