Author Topic: Ritchie  (Read 283 times)

0 Members and 1 Guest are viewing this topic.

Offline rincewind

  • Peasant
  • *
  • Posts: 59
  • Cookies: 17
  • Hello
    • View Profile
Ritchie
« on: December 08, 2015, 06:12:15 pm »
https://github.com/riolet/ritchie
Quote
Ritchie is an expressive and efficient language for the C ecosystem. Ritchie uses C libraries natively and generates easy to understand C code.
There are five core principles behind Ritchie:

Ease of programming, inspired by Python
Fast, like C code
Type safety, like Scala
Ability to go lower level and write C code
No reserved keywords, everything is redefinable
TBH it doesn't look like much, but it is interesting, haven't tried it yet though :p

Original reddit post:https://www.reddit.com/r/programming/comments/3vscie/i_am_a_developer_behind_ritchie_a_language_that/
asdf

Offline truecam

  • Peasant
  • *
  • Posts: 92
  • Cookies: -46
    • View Profile
« Last Edit: December 10, 2015, 03:43:45 am by truecam »