30 Jun
2006
30 Jun
'06
4:05 a.m.
HNOP: Haskell No Operation A first version of HNOP 0.1 is now available under a simple permissive license. This version should be considered "beta" quality, though I don't know of any bugs. http://semantic.org/hnop.tar.gz HNOP does nothing. Here's a sample session to illustrate: $ ./hnop $ The code is written entirely in plain Haskell 98 and makes no use of FFI or impure functions. The source is available in a darcs repository: darcs get http://semantic.org/hnop/ Possible applications include generated code size comparison for compilers, and as a starting point for more complex Haskell projects. -- Ashley Yakeley Seattle, WA