sifflet: A simple, visual, functional programming language.

[ bsd3, language, library, program, visual-programming ] [ Propose Tags ]

Sifflet is a visual, functional programming language. Sifflet users can make programs by drawing diagrams to connect functions and other units. Sifflet show the intermediate steps of the computation on the diagram, and can expand function calls to show further details. It is intended as an aid for learning about recursion.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.5, 0.1.6, 0.1.7, 1.0, 1.1, 1.2, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.5.1, 2.0.0.0, 2.1.0, 2.2.0, 2.2.1, 2.3.0
Dependencies base (>=4.0.0.0 && <5), cairo (>=0.10.0 && <0.12.0), containers (>=0.2 && <1.0), fgl (>=5.4 && <5.4.2.3), glib (>=0.10.0 && <0.12.0), gtk (>=0.10.0 && <0.12.0), haskell-src (>=1.0 && <2.0), haskell98, hxt (>=8.3 && <9), mtl (>=1.1 && <2.0), process (>=1.0 && <2.0), unix (>=2.3 && <3.0) [details]
License BSD-3-Clause
Copyright (C) 2009-2010 Gregory D. Weber
Author Gregory D. Weber
Maintainer "gdweber" ++ drop 3 "abc@" ++ "iue.edu"
Category Language , Visual Programming
Home page http://mypage.iu.edu/~gdweber/software/sifflet/
Bug tracker mailto:"gdweber" ++ drop 3 "abc@" ++ "iue.edu"
Uploaded by GregoryWeber at 2010-06-10T16:17:56Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables sifflet
Downloads 10981 total (37 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-29 [all 6 reports]

Readme for sifflet-0.1.7

[back to package description]
Sifflet -- README -- Sifflet

Rights
------

Copyright (C) 2010 Gregory D. Weber

BSD3 license -- see the file "LICENSE" for details

Installation
------------

1.  Configure, either for system-wide installation:

    $ runghc Setup configure

    or for installation in a user directory:
  
    $ runghc Setup configure --user --prefix=~/where/to/install/

2.  Build and install:

    $ runghc Setup build
    $ runghc Setup install

Documentation
-------------

Please see the Sifflet home page for documentation:

  http://mypage.iu.edu/~gdweber/software/sifflet/

and especially the tutorial:

  http://mypage.iu.edu/~gdweber/software/sifflet/doc/tutorial.html