Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

programming in PUTTY

Name: Anonymous 2011-02-15 17:41

i can get into putty, but i have no knowledge of the linux commands used to create a file

can someone please step by step how i would from the log in make a simple program and run it.

Name: Anonymous 2011-02-15 19:21


# install compiler/interpreter/libraries
$ sudo apt-get install haskell-platform

# create a source file
$ echo 'main = putStrLn "herpy derp"' > derp.hs

# run it
$ runhaskell derp.hs


now go read some documentation and write me a mmorpg

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List