Skip to content
E

ecrepl

#+TITLE: ECREPL #+AUTHOR: Daniel Kochmański #+DATE: [2019-04-27 Sat]

ECREPL is an interactive REPL for C language. Method of work is simple: expression is read and compiled and then object file is loaded in ECL's runtime like other FASLs. There are