468 Commits

Author SHA1 Message Date
Darius Bacon
0ca3d85f5a Make Norvig's submission work with the test script. (It was skipped, plus it would fail without the #!.) 2013-11-29 20:59:41 -03:00
Darius Bacon
7168921e91 A shorter golfed version. 2013-11-29 20:57:17 -03:00
Crista Lopes
9e044337b0 top25_freqs wasn't IO either, so make it first class again. 2013-11-29 09:40:13 -08:00
Crista Lopes
572f4246fa Merge branch 'master' of https://github.com/crista/exercises-in-programming-style 2013-11-29 09:30:42 -08:00
Crista Lopes
aa6d965641 Better quarantine class. Allows for pure functions to be first-class [again]. 2013-11-29 09:30:25 -08:00
crista
9aceff09bd Update README.md
Gave example of command line interface
2013-11-28 21:22:42 -08:00
crista
b097639558 Update README.md
Renumbering
2013-11-28 21:12:34 -08:00
crista
13582e4dec Update README.md
Renumbering
2013-11-28 21:12:14 -08:00
Crista Lopes
86350f395c Added passive aggressive style 2013-11-28 21:11:05 -08:00
Crista Lopes
c132cf862e One more (hopefully the last!) renumbering 2013-11-28 20:54:31 -08:00
Crista Lopes
9c474d619f Simplified the quarantine style a little bit by merging some of the functions. 2013-11-28 19:31:18 -08:00
Crista Lopes
6e1e07e56f Removed unnecessary comma 2013-11-28 15:21:34 -08:00
Crista Lopes
9a4c833bc9 The One: reuse the same instance instead of creating a new one at every bind. 2013-11-28 13:57:56 -08:00
Crista Lopes
cc4182cf57 Fixed typo 2013-11-28 11:55:05 -08:00
Crista Lopes
0188e21f6a Added style #24, quarantine, inspired by IO Monad constraints 2013-11-28 11:54:14 -08:00
Crista Lopes
ebd303ac30 Renumbered a bunch of styles again to make room for one more. 2013-11-28 11:30:25 -08:00
Crista Lopes
2f9bc1c53d Better constraints for #09 2013-11-28 11:21:17 -08:00
Crista Lopes
e0cf163926 More cleanups on #09 2013-11-26 21:07:42 -08:00
Crista Lopes
c40f147473 Clea dust out of 09 2013-11-26 21:01:34 -08:00
Crista Lopes
190f8301d8 Fixed CPS (#08) to actually not return anything at the end of functions. 2013-11-25 11:27:34 -08:00
Crista Lopes
1ecf5392bd Deleted comments in style #08, cos they were actually wrong. 2013-11-25 10:45:12 -08:00
Crista Lopes
ac49dfa51a More recursion 2013-11-21 13:57:16 -08:00
Crista Lopes
0a51d9ac22 More inductive for infinite mirror 2013-11-20 15:40:56 -08:00
Crista Lopes
d9f9e841eb More renumbering 2013-11-19 18:15:58 -08:00
Crista Lopes
459f85e4f7 Renumbered styles to flow better 2013-11-18 17:15:42 -08:00
Crista Lopes
ad8a6f5791 Renumbered free-agents 2013-11-18 17:03:21 -08:00
Crista Lopes
5264099a59 Minor improvements to candy factory 2013-11-18 16:10:32 -08:00
Crista Lopes
189fbe305b Prettyfication 2013-11-18 14:04:37 -08:00
Crista Lopes
115ea31992 Typo 2013-11-18 13:24:02 -08:00
Crista Lopes
dfdec6b02e Minor cosmetic in code golf 2013-11-08 17:07:45 -08:00
Crista Lopes
14bebd7c46 Minor aesthetic details in go forth 2013-11-08 16:00:09 -08:00
Crista Lopes
20b925d954 I'm liking loops in Forth. 2013-11-07 16:43:35 -08:00
Crista Lopes
b52c783b32 More forthism 2013-11-07 16:31:42 -08:00
Crista Lopes
6cf223bb07 More forthism 2013-11-07 15:20:56 -08:00
Crista Lopes
182f80f4b8 Removed left-over comment 2013-11-07 13:48:04 -08:00
Crista Lopes
560f14834b More forthish 2013-11-07 13:37:24 -08:00
Crista Lopes
0707ba6a64 More improvements to forth style 2013-11-07 13:00:28 -08:00
Crista Lopes
e5e5805e7c Improved forth style 2013-11-07 12:56:24 -08:00
Crista Lopes
c88a0844ad Improvements to forth style 2013-11-06 10:13:41 -08:00
Crista Lopes
912864de95 More clean up of comments / formatting for style 01 2013-11-04 09:15:29 -08:00
Crista Lopes
8f32eba166 More comments in style 01 2013-11-03 10:11:40 -08:00
Crista Lopes
1c729d9d63 Added a lot more comments to style 01 2013-11-03 10:10:46 -08:00
Crista Lopes
3af7744d5d Minor improvements to 01 2013-11-02 09:36:43 -07:00
Crista Lopes
48b461fce0 Better version of style 02 2013-10-25 17:18:28 -07:00
Crista Lopes
1cab191e8e Merge branch 'master' of https://github.com/crista/exercises-in-programming-style 2013-10-25 16:52:07 -07:00
Crista Lopes
1975d74b73 Exec mode for new files 2013-10-25 16:51:23 -07:00
Crista Lopes
f784f3c9a2 Fixed a couple of Windows-only issues related to writing to the intermediate file 2013-10-25 16:50:10 -07:00
Crista Lopes
089239d939 Merge branch 'master' of https://github.com/crista/exercises-in-programming-style 2013-10-25 16:24:26 -07:00
Crista Lopes
2f6d85111b Added forth.py, an interpreter of Forth in Python written by Chris Meyers and available from http://openbookproject.net/py4fun/forth/forth.html. Great for exercises about this style. 2013-10-25 16:23:58 -07:00
Crista Lopes
8b5fbdc77a Changed the name of the 02 folder to reflect the name of the style 2013-10-25 16:22:18 -07:00