Languages Features Creators Calendar CSV Resources Blog About Pricing Add Language
GitHub icon

Ripple

Ripple - Programming language

< >

Ripple is a programming language created in 2014 by Yuya Watari.

#1601on PLDB 9Years Old 0Books
0Papers

Ripple is a programming language which is well designed for numerical simulations.


Example from the web:
// Stage // - A target object of this simulation stage n as long; // the number of mice // Parameter param c as int; // the number of mice which one mouse gives birth to // Initialization init { n<0> = 2; // n<0> means the value of n when time is 0 } // Operation // - Code which is executed every time (like recurrence formula) operation { n<next> = n<now> * c; // "now" and "next" are keywords in Ripple. next == now + 1. }
glms.html 路 ripple.html 路 maraca-lang.html

View source

- Build the next great programming language Search v2023 Day 205 Docs Acknowledgements Traffic Traffic Today Mirrors GitHub feedback@pldb.com