Measures Concepts
GitHub icon

Liso

Liso - Data notation

< >

Liso is a data notation created in 2014 by Olivier Breuleux.

#2097on PLDB 10Years Old

Implemention of O-Expressions idea in Racket.


Example from the web:
@varsrec odd?[n] = @if n == 0: #f even?[n - 1] even?[n] = @if n == 0: #t odd?[n - 1]: even?[30]

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout