Yuichi Nishiwaki
|
690bdcb83d
|
add srfi 111
|
2014-07-17 16:43:25 +09:00 |
stibear
|
31acb21093
|
rewrite an unavailable symbol into an available one
|
2014-06-28 11:48:30 +09:00 |
Yuichi Nishiwaki
|
39a87d1c60
|
Merge pull request #131 from KeenS/missing-functions
( ref #130 ) Missing functions
|
2014-06-27 09:03:50 +09:00 |
stibear
|
2526474fb3
|
implements delete-duplicates(!) tail-recursively
|
2014-06-26 22:44:38 +09:00 |
koba-e964
|
5b215eb57a
|
Make filter tail-recursive
|
2014-06-26 18:40:40 +09:00 |
Yuito Murase
|
d39a2eb4c9
|
fix bug that filter-map fails when called with multiple clists
|
2014-06-26 09:53:30 +09:00 |
stibear
|
694d5eafe3
|
implements (srfi 60)
|
2014-06-23 03:11:43 +09:00 |
stibear
|
d765d803cb
|
implements (srfi 43)
|
2014-06-19 03:23:47 +09:00 |
stibear
|
5f4dcd331c
|
implements (srfi 8)
|
2014-06-19 03:21:53 +09:00 |
stibear
|
72dabaa24d
|
correct `pair-for-each`
|
2014-06-18 22:00:24 +09:00 |
Sunrim KIM (keen)
|
a9c4cefe88
|
`quotient` is defined in base
|
2014-05-29 01:23:06 +09:00 |
stibear
|
b825da0e5a
|
implemented completely
|
2014-03-26 00:48:46 +09:00 |
Yuichi Nishiwaki
|
794c87b870
|
resolve redefinition warnings
|
2014-03-25 14:39:44 +09:00 |
Yuichi Nishiwaki
|
a7ff80090b
|
delete trailing whitespaces in 1.scm
|
2014-03-25 14:32:56 +09:00 |
koba-e964
|
dfb525157e
|
[bugfix] circular-list? in srfi-1
circular-list? does not get stuck in an infinite loop if it is given a list such as '(1 2 3 2 3 2 3 2 3 ...).
|
2014-03-17 10:43:39 +09:00 |
koba-e964
|
21b17cfd59
|
[bigfix] circular-list?
Fix a bug in circular-list?
|
2014-03-17 10:03:29 +09:00 |
Yuichi Nishiwaki
|
0e1b6d93b4
|
load srfi files at init. close #61
|
2014-03-15 20:53:07 +09:00 |
Yuichi Nishiwaki
|
5b0bce9ce3
|
cleanup
|
2014-03-15 20:43:22 +09:00 |
koba-e964
|
309ac59a7e
|
[bugfix] merge-sort!
merge-sort! returns correct lists.
Sort functions for vectors are not implemented.
|
2014-03-15 03:29:58 +09:00 |
koba-e964
|
4dd7af5799
|
Sort functions for lists
There are some bugs in merge-sort!.
|
2014-03-15 03:19:23 +09:00 |
stibear
|
95561ba3e8
|
fixed trivial bugs
|
2014-02-11 22:53:51 +09:00 |
stibear
|
88706bddad
|
fixed trivial bug
|
2014-02-11 22:29:25 +09:00 |
stibear
|
47594a07e2
|
implemented Set operations on lists
|
2014-02-11 21:52:36 +09:00 |
stibear
|
bdfaef4467
|
implemented Association lists
|
2014-02-11 21:52:15 +09:00 |
stibear
|
00c8351d5f
|
implemented Deleting
|
2014-02-11 16:40:59 +09:00 |
stibear
|
978e800104
|
implemented Searching
|
2014-02-11 06:28:36 +09:00 |
stibear
|
2f550aee49
|
implemented Filtering & partitioning
|
2014-02-11 05:34:32 +09:00 |
stibear
|
4e00cfc86a
|
implemented Fold, unfold & map
|
2014-02-11 05:06:05 +09:00 |
stibear
|
4e2becb642
|
implemented Miscellaneous completely
|
2014-02-10 23:20:20 +09:00 |
stibear
|
2c491001a5
|
implemented Miscellaneous
|
2014-02-10 23:01:17 +09:00 |
stibear
|
a89d88d276
|
implemented Selectors
|
2014-02-09 02:20:48 +09:00 |
stibear
|
bc51836440
|
implemented Constructors and Predicates
|
2014-02-08 23:11:17 +09:00 |
Yuichi Nishiwaki
|
dd784c589b
|
implement some of important list functions listed on srfi-1
|
2014-02-01 23:20:13 +09:00 |
Yuichi Nishiwaki
|
78d82e4d12
|
add srfi-1 prototype
|
2014-02-01 22:45:59 +09:00 |