logo

drewdevault.com

[mirror] blog and personal website of Drew DeVault git clone https://hacktivis.me/git/mirror/drewdevault.com.git

Come-build-your-project.md (1411B)


  1. ---
  2. title: Build your project in our new language
  3. date: 2021-05-30
  4. outputs: [html, gemtext]
  5. ---
  6. Do you have a new systems programming project on your todo list? If you're
  7. feeling adventurous, I would like you to give it a crack in our new systems
  8. programming language, and to use it to drive improvements in the less-developed
  9. areas of our standard library.
  10. **Note**: we have enough projects on board now. Keep an eye on the blog, I'll
  11. publish another announcement when we're ready for more.
  12. Are you making a new coreutils implementation? A little OS kernel? A new shell?
  13. A GUI toolkit? Database system? Web server? Whatever your systems programming
  14. use-case, we think that our language is likely to be a good fit for you, and
  15. your help in proving that, and spurring development to rise to meet your needs,
  16. would be quite welcome.
  17. Here's our pitch:
  18. > XXXX is a systems programming language designed to be simple and robust. XXXX
  19. > uses a static type system, manual memory management, and a minimal runtime.
  20. > It is well-suited to writing operating systems, system tools, compilers,
  21. > networking software, and other low-level, high performance tasks.
  22. You can get a peek at how it feels by [reading about the finger server I wrote
  23. with it][0].
  24. [0]: https://drewdevault.com/2021/05/24/io_uring-finger-server.html
  25. Sounds interesting? [Please tell me about your project idea][1]!
  26. [1]: mailto:sir@cmpwn.com