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

ELFE

< >

ELFE is a programming language created in 2003 by Christophe de Dinechin.

#1393on PLDB 21Years Old
Download source code:
git clone https://github.com/c3d/elfe
Source Code

ELFE is a very simple and small programming language specifcally designed for everyday programming, notably for the Internet of Things.


Example from the web:
invoke "sensor.corp.net", last_temperature := temperature every 1s, check_temperature temperature check_temperature T:real -> writeln "Measuring temperature ", T, " from process ", process_id if abs(T - last_temperature) >= 1.0 then reply temperature_changed T, last_temperature last_temperature := T temperature_changed new_temp, last_temp -> writeln "Temperature changed from ", last_temp, " to ", new_temp

Language features

Feature Supported Example Token
Semantic Indentation ✓

- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v144.0.0