Haskell/Haschool: Difference between revisions
Jump to navigation
Jump to search
Solidsnack (talk | contribs) Notes 1 |
No edit summary |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{PastEvent}} | |||
On Tuesdays at 18:00 Pacific Time, we have a class on the Haskell programming | On Tuesdays at 18:00 Pacific Time, we have a class on the Haskell programming | ||
language. | language. | ||
| Line 12: | Line 14: | ||
=== Notes @ 2009-05-13T04:06:13 === | === Notes @ 2009-05-13T04:06:13 === | ||
I have uploaded | I have uploaded source code that covers some the material we touched on | ||
in class. | in class. | ||
http://github.com/jsnx/haschool/tree/master/2009-05-13T04:06:13 | http://github.com/jsnx/haschool/tree/master/2009-05-13T04:06:13 | ||
* There is no <code>fromRational</code> in Haskell because there's <code>floor</code>, <code>ceiling</code> and <code>round</code>. | |||
* The list definition I gave actually ''can'' be used to define infinite lists; I give an example. | |||
=== Notes @ 2009-05-27T08:44:10 === | |||
We've gotten part of the way along with our <code>LOLWUT</code> | |||
[http://github.com/jsnx/haschool/tree/70a492f963b0bd5286ed6abb0df5aafcf4f91da2/Noisebridge/Session%2001/2009-05-26T01:00Z/lolwutd] | |||
server. Next week, we'll cover command line option parsing and running | |||
the server from the command line. | |||
[[Category:Programming languages]] | |||
Latest revision as of 00:21, 10 July 2019
|
|
E
On Tuesdays at 18:00 Pacific Time, we have a class on the Haskell programming language.
Instructor's Notes[edit | edit source]Remarks from Jason Dusek. All times are in UTC.
Notes @ 2009-05-13T04:06:13[edit | edit source]I have uploaded source code that covers some the material we touched on in class. http://github.com/jsnx/haschool/tree/master/2009-05-13T04:06:13
Notes @ 2009-05-27T08:44:10[edit | edit source]We've gotten part of the way along with our |