2010-07-01ãã1ã¶æéã®è¨äºä¸è¦§
Rabbit 0.6.1ã«ã¦ï¼ rdã¯ãããªæã = aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa : author a : institution a : theme testthemeã®åé¡ã®é¨å match(TitleSlide, Author) {|authors| authors.margin_top = @space * 7 } ãããæ¶ããã¿ã¤ãã«ãã¡ãã£ã¨çãããã¨â¦
ä»ã«ãå°ã£ã¦ãã人ãå± ãï¼ http://d.hatena.ne.jp/h1mesuke/20070714/p1 ãã®äººã¯adviceã§ç¡çç¢ç解決ãã¦ããããã ï¼ ;; resume-windows ã§ã®ãªã¼ã¸ã§ã³ã®æ´»æ§åãæå¶ (defadvice revive:restore-buffers (around suppress-mark-activation activate) â¦
以åã®æ¥è¨ã§Gauche-readlineãæªããåãããã¦ããã®ãï¼åãããã«ãªã£ãï¼ ä»ã¾ã§ã®æå: $ DYLD_INSERT_LIBRARIES=/usr/local/lib/libreadline.dylib gosh-rl WARNING: Quote character setting is not supported by the library. gosh> gosh-rl ã§ããâ¦
gosh> (iota 5 3 0.1) (2.9999999999999996 3.0999999999999996 3.1999999999999997 3.3 3.4) gosh> (+ 3 0.1) 3.1ä½æ ï¼
Firefoxã ã¨Errorãªãã¸ã§ã¯ãã®stackããããã£ã§ã¹ã¿ãã¯ãã¼ã¬ã¹æååãå¾ããããï¼Greasemonkeyçµç±ã ã¨è¡çªå·ã359ãããï¼ãããã¬ãã«ã§ã®ã¹ã¿ãã¯ãã¬ã¼ã¹ãè¦ãã¨ä½ãèµ·ãã£ã¦ããã®ããªãã¨ãªãæ³åãã¤ããâ¦Greasemonkeyã®ãã¼ã¸ã§ã³ã«ãã£ã¦ãâ¦
ãããªæãã®sum-accãæ¸ãããã£ããã ãã©ï¼ãªããªã綺éºã«æ¸ããªãï¼ (sum-acc '(1 2 3 4)) ; => (1 3 6 10) ç´¯ç©åã®ãªã¹ãã£ã¦ããã®ããªï¼ ç´¯ç©ã£ã¦ãã¨ã§gauche.collectionã®map-accumã使ã£ã¦ã¿ãï¼ (use gauche.collection) (define (sum-acc lis) â¦
(1) module A def a 42 end end module B include A end class C include B end p C.new.a (2) module A def a 42 end end module B end class C include B end module B include A end p C.new.a
alist->tree-mapã¨tree-map->alistã¯çµã¿è¾¼ã¿ã ãã©ï¼alist->hash-tableã¨hash-table->alistã¯util.listã«å ¥ã£ã¦ããï¼ hash-tableã¨tree-mapã¯ä¼¼ã¦ãããã§(両æ¹ãªã®ã«)ä½ãã¨ä¸è²«æ§ããªãï¼tree-map-mapããªãã¨ã(以åæ¸ãã)ï¼ hash-tableã¯æ±ºãããã4â¦
Haskellã®åã¯ã©ã¹ã¯ï¼æ¼ç®ã®å®è£ ã¯ç¶æ¿ã§ãããã©ï¼ãã¼ã¿æ§é ã®å®è£ ã¯ç¶æ¿ã§ããªãã®ããªï¼ ããããOOè¨èªã§ã¯ã¯ã©ã¹ã®ç¶æ¿ã«ãã£ã¦ãã¼ã¿æ§é ãç¶æ¿ã§ããããï¼ Haskellã®åã·ã¹ãã ã¯æã£ããããã¯ã¼ããªããªãã¨æãããã ãã©ã©ããªãã ããï¼ãã¼â¦