create page
authorjim <jim@web>
Tue, 3 Feb 2015 12:14:37 +0000 (07:14 -0500)
committerLinux User <ikiwiki@localhost.members.linode.com>
Tue, 3 Feb 2015 12:14:37 +0000 (07:14 -0500)
browser.mdwn [new file with mode: 0644]

diff --git a/browser.mdwn b/browser.mdwn
new file mode 100644 (file)
index 0000000..291c7eb
--- /dev/null
@@ -0,0 +1,9 @@
+We collect here versions of the programming languages we'll be looking at that you can run in your web browser:
+
+<!--
+*   [[Untyped lambda calculus evaluator]] on this site; also a [library](/lambda_library) of lambda-calculus arithmetical and list operations (some relatively advanced)
+-->
+
+*   [Scheme](http://tryscheme.sourceforge.net/)
+*   [OCaml](http://try.ocamlpro.com/)
+*   [Haskell](http://tryhaskell.org/) <!-- similar websites listed at https://wiki.haskell.org/Learning_Haskell#Trying_Haskell_online -->