Crumb

Crumb

A programming language that's fully functional

4.0
1 review

74 followers

Crumb is a high level, functional, interpreted, dynamically typed, general-purpose programming language, with a terse syntax, and a verbose standard library.
Crumb gallery image
Crumb gallery image
Crumb gallery image
Free
Launch Team

What do you think? …

Liam Ilan
Hi everyone 👋! This is a interpreter for a little programming language called Crumb I've been working on over the past month or two as some pre-university programming :D. Any feedback would be greatly appreciated! Crumb features: - Strictly no side effects* to help you write functional code. 🧽 - The ability to localize the effects of imported Crumb files. 📦 - Dynamic typing and garbage collection. 🗑️ - 0 keywords, everything is a function. 🧮 *With the exception of IO If you build anything cool with Crumb, post it in the comments! It would be awesome to see what can be done with the language!
Naveed Rehman
Good job! :)
Liam Ilan
Liu Bing
It is an interesting language. Looks difficult to learn it.