Haskell/Haschool: Difference between revisions
Jump to navigation
Jump to search
m (Category:Haskell {{PastEvent}}) |
No edit summary |
||
Line 31: | Line 31: | ||
the server from the command line. | the server from the command line. | ||
[[Category: | [[Category:Programming languages]] |
Latest revision as of 07:21, 10 July 2019
Note: This page is about an event that has already happened. It took place on a historic day. | Edit |
On Tuesdays at 18:00 Pacific Time, we have a class on the Haskell programming language.
Instructor's Notes[edit]
Remarks from Jason Dusek. All times are in UTC.
Notes @ 2009-05-13T04:06:13[edit]
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
- There is no
fromRational
in Haskell because there'sfloor
,ceiling
andround
.
- The list definition I gave actually can be used to define infinite lists; I give an example.
Notes @ 2009-05-27T08:44:10[edit]
We've gotten part of the way along with our LOLWUT
[1]
server. Next week, we'll cover command line option parsing and running
the server from the command line.