blog/content/post/2008/08/19/2008-08-19-00001003.md

3.6 KiB

title author date wordtwit_post_info categories
第13章 文字と文字列処理 kazu634 2008-08-19
O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4221;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}
gauche
Lisp
scheme

基本的な命令

とりあえずこいつをみれば一目瞭然かと:

gosh> (print "hello")
hello
#<undef>
gosh> (string-length "hello")
5
gosh> (string-ref "hello" )
#\h
プログラミングGauche

プログラミングGauche