zot: Zot language

[ bsd3, compilers-interpreters, program ] [ Propose Tags ]

Zot language (http://semarch.linguistics.fas.nyu.edu/barker/Iota/zot.html)

echo "10100" | cat examples/reverse.zot - | zot -
00101
cat examples/reverse.lambda | zot lambdaToSki | zot skiToZot | zot arg "10100" | zot -
00101

And try

cat examples/reverse.zot | zot zotToSki | zot skiToLambda

and

cat examples/reverse.zot | zot zotToSki | zot skiToLambda -h

[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.0.3
Dependencies base (>3 && <5), monads-tf [details]
License BSD-3-Clause
Author Yoshikuni Jujo <PAF01143@nifty.ne.jp>
Maintainer Yoshikuni Jujo <PAF01143@nifty.ne.jp>
Revised Revision 1 made by YoshikuniJujo at 2016-03-27T22:16:38Z
Category Compilers/Interpreters
Source repo head: git clone git://github.com/YoshikuniJujo/zot_haskell.git
Uploaded by YoshikuniJujo at 2016-03-27T22:10:56Z
Distributions LTSHaskell:0.0.3, NixOS:0.0.3
Reverse Dependencies 1 direct, 0 indirect [details]
Executables zot
Downloads 3161 total (13 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2016-11-27 [all 7 reports]

Readme for zot-0.0.3

[back to package description]
implement Zot by Haskell

Zot is purely functional language.
Read here ( http://semarch.linguistics.fas.nyu.edu/barker/Iota/zot.html )