Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

林子篆
林子篆

Posted on • Edited on

     

elz inviting contributors

Hi, I'm working on a programming language calledelz. To make features done faster I want more contributors since I only have one person now.

GitHub of the project:https://github.com/elz-lang/elz

To help you understand how can you contribute to the project, I list several skills that need by a programming language compiler:

  • Programming Language Theory: You probably good at lambda calculus and already implement lambda cube and familiar with Proof Assitant such as Coq, Agda or dependent type language like Idris, Pie. With such skill, you can contribute tosemantic,parser modules and provide language designing ideas.
  • Garbage Collection/C API: A robust runtime is very important for any programming language. And a good GC is the core of it. And I didn't have too many experiences in this.
  • LLVM: Since I don't want to have a dynamic dependency on LLVM, I choose to make MIR and convert to LLVM IR in thecodegen module. This, of course, would have more work to be done. So people who are familiar with LLVM IR format are welcome.
  • Early users: Languages are designed for use if a programming language didn't help developers in some ways, then it doesn't need to exist. Report bugs and provide experience are what I would very thanks.

And here are current issues need help:

If you would like to contribute, feel free to do PR, create issues or asking me questions. Thanks for the read.

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

I am a programming language theory lover; good at system software like Networking, OS.
  • Location
    Taiwan
  • Education
    Kaohsiung Medical University
  • Joined

More from林子篆

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp