I'm working on an open source pure functional programming language called Lambda Zero that aims to be a simple and elegant base language from which to derive more advanced languages and eventually a foundation of mathematics. Like Haskell, it is basically just the lambda calculus with a bunch of syntactic sugars, so it's more a process of discovering the foundations of computation than inventing an arbitrary new language.
There is currently a bootstrap interpreter written in C that is under 2000 lines of code, a self-interpreter (~1200 lines), and a static type inferencer written in Lambda Zero (~400 lines). I'm currently implementing pattern matching lambdas and algebraic data types and I have a long roadmap of things to do. It would be great if someone was interested in writing an optimizing compiler for Lambda Zero in Lambda Zero.
Open worm is attempting to simulate C. elegans: a very simple multi-cellular organism completely. Atom by atom, cell by cell, neuron by neuron. Really cool project.
Airflow is a fun one. Currently in incubator phase with Apache so there is plenty of stuff to do especially if you like working with Python, Docker, JavaScript, web apps, etc.
WordPress may be old news but the new Gutenberg editor has the potential to disrupt the most popular CMS on earth. Helping make this a success isnt sexy but it is meaningful.
VTK - Visualization ToolKit - strongly recommended if you want to work on a widely used, probably defacto, scientific visualization library, a great 3D domain to work on IMHO.
Backed by a ton of resources, documentation and excellent community; that will be fun.
There is currently a bootstrap interpreter written in C that is under 2000 lines of code, a self-interpreter (~1200 lines), and a static type inferencer written in Lambda Zero (~400 lines). I'm currently implementing pattern matching lambdas and algebraic data types and I have a long roadmap of things to do. It would be great if someone was interested in writing an optimizing compiler for Lambda Zero in Lambda Zero.
https://github.com/clark800/lambda-zero