CalcuList: a Functional Language Extended with Imperative Features
Title | CalcuList: a Functional Language Extended with Imperative Features |
Publication Type | Conference Proceedings |
Year of Publication | 2017 |
Authors | Saccà, D, Furfaro, A |
Conference Name | 25th International Workshop on Functional and Logic Programming |
Conference Location | Wuerzburg, Germany |
Abstract | CalcuList (Calculator with List manipulation), is an educational language for teaching functional programming extended with some imperative and side-effect features, which are enabled under explicit request by the programmer. In addition to strings and lists, the language natively supports json objects. The language adopts a Python-like syntax and enables interactive computation sessions with the user through a REPL (Read-Evaluate-Print-Loop) shell. The object code produced by a compilation is a program that will be eventually executed by the CalcuList Virtual Machine (CLVM). |