サクサク読めて、アプリ限定の機能も多数!
CLでiotaっぽいものをやっつけで書いた。 (defun iota (to &optional (from 0) (step 1)) (do ((i from (incf i step)) (ns nil)) ((< to i) (nreverse ns)) (setf ns (cons i ns))))
kiyo_hiko のブックマーク 2013/05/29 10:13
SRFI 1: List Library[srfi][lisp][iota][cl]CLでiotaっぽいものをやっつけで書いた。 (defun iota (to &optional (from 0) (step 1)) (do ((i from (incf i step)) (ns nil)) ((< to i) (nreverse ns)) (setf ns (cons i ns))))2013/05/29 10:13
CLでiotaっぽいものをやっつけで書いた。 (defun iota (to &optional (from 0) (step 1)) (do ((i from (incf i step)) (ns nil)) ((< to i) (nreverse ns)) (setf ns (cons i ns))))
このブックマークにはスターがありません。 最初のスターをつけてみよう!
srfi.schemers.org2011/08/21
by Olin Shivers Status This SRFI is currently in final status. Here is an explanation of each status that a SRFI can hold. To provide input on this SRFI, please send email to srfi-1 @nospamsrfi.sch...
3 人がブックマーク・1 件のコメント
\ コメントが サクサク読める アプリです /
CLでiotaっぽいものをやっつけで書いた。 (defun iota (to &optional (from 0) (step 1)) (do ((i from (incf i step)) (ns nil)) ((< to i) (nreverse ns)) (setf ns (cons i ns))))
kiyo_hiko のブックマーク 2013/05/29 10:13
このブックマークにはスターがありません。
最初のスターをつけてみよう!
SRFI 1: List Library
srfi.schemers.org2011/08/21
by Olin Shivers Status This SRFI is currently in final status. Here is an explanation of each status that a SRFI can hold. To provide input on this SRFI, please send email to srfi-1 @nospamsrfi.sch...
3 人がブックマーク・1 件のコメント
\ コメントが サクサク読める アプリです /