6 Jul 2012 04:35
ANNOUNCE: Sifflet visual programming language, release 2.0.0.0
<gdweber <at> iue.edu>
2012-07-06 02:35:43 GMT
2012-07-06 02:35:43 GMT
I don't usually get this excited about a release, but after
nearly a year of not being able to do any work on Sifflet, I am now
*Extremely Happy* to announce --
Sifflet and sifflet-lib 2.0.0.0, now available on Hackage!
This version introduces a type checker and partial support
for higher order functions in Sifflet, the visual, functional
programming language and support system for students learning
about recursion. Sifflet programmers define functions by drawing
diagrams, and the Sifflet interpreter uses the diagrams to show how
function calls are evaluated.
Sifflet-lib is the library containing many modules of the Sifflet
application.
What's New
----------
July 5, 2012, Version 2.0.0.0:
* Partial support for higher order functions, like map and filter.
See Lesson 10 in the Sifflet Tutorial.
* Sifflet now provides type checking and type inference.
This should make it possible to provide exporters to
languages, like Java, that require type declarations.
(Unfortunately, the error messages for incorrectly typed
functions are not yet friendly for novice programmers.)
(Continue reading)
>> [1]
RSS Feed