Edit history for page: chicken-for-ruby-programmers

revision author date description r1 r2
38000 svnwiki Wed Dec 4 11:04:00 2019 Anonymous wiki edit for IP [193.113.37.7]: import sprintf
36916 sjamaan Sat Nov 24 21:46:00 2018 Add missing import in CHICKEN for Ruby programmers example
36899 mario Sat Nov 24 20:09:00 2018 chicken-for-ruby-programmers: remove google query
36847 sjamaan Thu Nov 15 13:23:00 2018 Update Scheme for Ruby programmers tutorial a bit for CHICKEN 5 (still needs more careful vetting)
35290 kon Thu Mar 15 16:28:00 2018 align w/ ruby example
32553 svnwiki Mon Jul 6 13:22:00 2015 Anonymous wiki edit for IP [127.0.0.1]: Added link to ruby for comparison
32552 svnwiki Mon Jul 6 12:33:00 2015 Anonymous wiki edit for IP [127.0.0.1]: Modernization
32551 svnwiki Mon Jul 6 12:21:00 2015 Anonymous wiki edit for IP [127.0.0.1]: Fix broken code I wrote before. Now runs I tested. Maybe wastes space, anyhow it is shorter and clearer than imperativd
32550 svnwiki Mon Jul 6 12:15:00 2015 Anonymous wiki edit for IP [127.0.0.1]: Deleting un-idiomatic imperative ruby example replaced with functional
31212 mario Thu Aug 14 12:27:00 2014 chicken-for-ruby-programmers (wiki): join repl messages into the same code block (was split because of blank lines in the repl output)
31126 mario Fri Jul 18 00:19:00 2014 Properly capitalize CHICKEN on the wiki directory (only first level). I used the following shell script to change things: while IFS= read -d $'\0' -r file ; do sed -i 's/Chicken/CHICKEN/g' "$file" done < <(find wiki -maxdepth 1 -type f -print0 ) Some files have been manually reverted after that, since some substitutions don't apply: - friedly-chicken (repl banner) - survey2011 (Chicken in URI paths) - chickenista-guide (Chickenista) I hope the link canonicalization thing will be on my side.
29941 svnwiki Tue Oct 22 10:59:00 2013 Anonymous wiki edit for IP [134.61.186.46]: In Ruby, you can also use `even?`. Makes it even easier to translate :)
29170 sjamaan Tue Jun 25 08:22:00 2013 Get rid of outdated define-macro example
27060 zbigniew Fri Jul 13 00:50:00 2012 wiki/chicken-for-ruby-programmers: fix link to oop category
25159 jgabr Fri Sep 16 03:11:00 2011 moved heading to top
20737 sjamaan Fri Oct 8 14:08:00 2010 Link to the srfi-69 in Chicken for Ruby programmers. Improve the page's title by changing the first heading.
18641 sjamaan Sun Jun 27 13:19:00 2010 Add a couple more <enscript> blocks to the Chicken for Ruby programmers article
17417 sjamaan Thu Feb 25 18:40:00 2010 fixed typo
14757 svnwiki Sun May 24 04:17:00 2009 Changes applied for Scott Taylor (smtlaissezfaire) (208.120.180.23) through svnwiki: Add in reference to Rubyspec
14260 felix Wed Apr 15 09:10:00 2009 updates for chicken 4
14113 sjamaan Mon Apr 6 18:50:00 2009 Rename "The User's Manual" to simply 'index', so we can refer to /manual, or /man/N, where N is a Chicken major release
11591 sjamaan Sun Aug 10 13:57:00 2008 Fix small mistake in Ruby code used to demonstrate block scoping bug in chicken-for-ruby-programmers
11018 certainty Sat Jun 14 20:01:00 2008 Changes applied for certainty (82.83.144.131) through svnwiki: Fixed small typo: lines-so-farc -> lines-so-far
10811 svnwiki Tue May 13 21:56:00 2008 Changes applied for Anonymous (91.89.189.143) through svnwiki: fixed missing addition
10685 svnwiki Fri May 2 12:26:00 2008 Changes applied for Shawn Crowley (70.88.167.189) through svnwiki: The tail recursive Ruby example needed to have the first parameter of the recursive call to 'inner' be subtracted by 1 to successfully reach the base case.