logo

drewdevault.com

[mirror] blog and personal website of Drew DeVault git clone https://hacktivis.me/git/mirror/drewdevault.com.git
commit: 8ce33257087bbdbafa073baaa822d861b5fa8c6a
parent bc10765421dc85ec3b93c76a018a37e948265e7c
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 30 May 2021 09:57:23 -0400

Build your project in our language

Diffstat:

Acontent/blog/Come-build-your-project.gmi15+++++++++++++++
Acontent/blog/Come-build-your-project.md32++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+), 0 deletions(-)

diff --git a/content/blog/Come-build-your-project.gmi b/content/blog/Come-build-your-project.gmi @@ -0,0 +1,15 @@ +Do you have a new systems programming project on your todo list? If you're feeling adventurous, I would like you to give it a crack in our new systems programming language, and to use it to drive improvements in the less-developed areas of our standard library. + +Are you making a new coreutils implementation? A little OS kernel? A new shell? A GUI toolkit? Database system? Web server? Whatever your systems programming use-case, we think that our language is likely to be a good fit for you, and your help in proving that, and spurring development to rise to meet your needs, would be quite welcome. + +Here's our pitch: + +> XXXX is a systems programming language designed to be simple and robust. XXXX uses a static type system, manual memory management, and a minimal runtime. It is well-suited to writing operating systems, system tools, compilers, networking software, and other low-level, high performance tasks. + +You can get a peek at how it feels by reading about the finger server I wrote with it: + +=> gemini://drewdevault.com/2021/05/24/io_uring-finger-server.gmi Using io_uring to make a high-performance... finger server + +Sounds interesting? Please tell me about your project idea! + +=> mailto:sir@cmpwn.com Email me! diff --git a/content/blog/Come-build-your-project.md b/content/blog/Come-build-your-project.md @@ -0,0 +1,32 @@ +--- +title: Build your project in our new language +date: 2021-05-30 +outputs: [html, gemtext] +--- + +Do you have a new systems programming project on your todo list? If you're +feeling adventurous, I would like you to give it a crack in our new systems +programming language, and to use it to drive improvements in the less-developed +areas of our standard library. + +Are you making a new coreutils implementation? A little OS kernel? A new shell? +A GUI toolkit? Database system? Web server? Whatever your systems programming +use-case, we think that our language is likely to be a good fit for you, and +your help in proving that, and spurring development to rise to meet your needs, +would be quite welcome. + +Here's our pitch: + +> XXXX is a systems programming language designed to be simple and robust. XXXX +> uses a static type system, manual memory management, and a minimal runtime. +> It is well-suited to writing operating systems, system tools, compilers, +> networking software, and other low-level, high performance tasks. + +You can get a peek at how it feels by [reading about the finger server I wrote +with it][0]. + +[0]: https://drewdevault.com/2021/05/24/io_uring-finger-server.html + +Sounds interesting? [Please tell me about your project idea][1]! + +[1]: mailto:sir@cmpwn.com