Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Simit

< >

Simit is a programming language created in 2014 by Fredrik Kjolstad.

#713on PLDB 10Years Old
Download source code:
git clone https://github.com/simit-lang/simit
HomepageSource CodeDocs

Simit is an imperative language with statements, control flow and linear algebra expressions.


Example from the web:
func minMax(a : float, b : float) -> (c : float, d : float) if a < b c = a; d = b; else c = b; d = a; end end

HackerNews discussions of Simit

title date score comments
Simit: A language for computing on sparse systems 08/01/2016 37 3
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll