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 |
Yuichi Nishiwaki
|
d9841a6e16
|
Merge pull request #66 from koba-e964/master
SRFI 95 Sorting and Merging
|
2014-03-15 10:06:31 +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 |
Yuichi Nishiwaki
|
8a9bd366a1
|
define display function in C
|
2014-03-04 00:12:28 +09:00 |
Yuichi Nishiwaki
|
078b72ff17
|
cleanup
|
2014-02-20 20:44:30 +09:00 |
stibear
|
cb1414dfa6
|
implemented (scheme lazy)
|
2014-02-19 02:18:21 +09:00 |
Yuichi Nishiwaki
|
54c0ded876
|
move (picrin record) to the head of file
|
2014-02-19 02:01:02 +09:00 |
Yuichi Nishiwaki
|
ca8a1f3bf7
|
export define-record-type from (scheme base)
|
2014-02-19 01:59:37 +09:00 |
Yuichi Nishiwaki
|
9e6612c0cb
|
s/(scheme record)/(picrin record)/g
|
2014-02-19 01:59:22 +09:00 |
Yuichi Nishiwaki
|
f17f2f3a77
|
comment out eval redefinition
|
2014-02-19 01:59:05 +09:00 |
Yuichi Nishiwaki
|
0b1438a9da
|
cleanup
|
2014-02-19 01:41:35 +09:00 |
stibear
|
487b99d2e5
|
implemented scheme-record
|
2014-02-19 01:22:54 +09:00 |
Yuichi Nishiwaki
|
64e98d3e9b
|
remove old exports
|
2014-02-18 17:30:11 +09:00 |
Yuichi Nishiwaki
|
26808c1f51
|
add write function in C level (must not enter into a infinite loop)
|
2014-02-18 04:22:58 +09:00 |
Yuichi Nishiwaki
|
cd34417c42
|
add write-shared
|
2014-02-18 03:40:03 +09:00 |
Yuichi Nishiwaki
|
c69687d234
|
quasiquote is now safe for nesting
|
2014-02-12 22:31:17 +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
|
cfdeae686c
|
Merge branch 'master' of git://github.com/wasabiz/picrin into srfi1
|
2014-02-11 21:53:31 +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 |
Yuichi Nishiwaki
|
634c9e0e2f
|
fix #38
|
2014-02-11 21:35:56 +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
|
270f5aa8f0
|
Merge branch 'master' of git://github.com/wasabiz/picrin into srfi1
|
2014-02-10 23:22:11 +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 |
Yuichi Nishiwaki
|
6538dfa2cf
|
cleanup
|
2014-02-09 03:41:13 +09:00 |
Yuichi Nishiwaki
|
cf152e2249
|
remove (picrin bootstrap-utils) library
|
2014-02-09 03:17:51 +09:00 |
Yuichi Nishiwaki
|
a08a19bed1
|
cosmetic changes
|
2014-02-09 03:15:50 +09:00 |
Yuichi Nishiwaki
|
668ace7901
|
implement some string functions in c
|
2014-02-09 03:10:58 +09:00 |
Yuichi Nishiwaki
|
39af5ca254
|
implement string-append in C
|
2014-02-09 02:42:50 +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
|
5d1c00bb06
|
add write/write-shared/display, but incomplete
|
2014-02-08 19:45:05 +09:00 |
Yuichi Nishiwaki
|
1adecf5cf5
|
style clenaup
|
2014-02-08 17:32:40 +09:00 |
Yuito Murase
|
d5b0b7bf19
|
implement standard library : (scheme cxr)
|
2014-02-08 03:24:26 +09:00 |
Yuichi Nishiwaki
|
b6637842e7
|
Revert "Revert "suppress duplicate definition warnings, variables are hoisted""
This reverts commit 968c0b53df .
|
2014-02-08 03:18:13 +09:00 |
Yuichi Nishiwaki
|
968c0b53df
|
Revert "suppress duplicate definition warnings, variables are hoisted"
This reverts commit 15e95f82da .
|
2014-02-08 03:12:39 +09:00 |
Yuichi Nishiwaki
|
f051de77c5
|
support 'else' syntax in cond
|
2014-02-08 02:55:17 +09:00 |
Yuichi Nishiwaki
|
15e95f82da
|
suppress duplicate definition warnings, variables are hoisted
|
2014-02-08 02:48:57 +09:00 |
Yuichi Nishiwaki
|
a99cf8458a
|
implement ir-macro-transformer with C
|
2014-01-19 01:14:32 -08:00 |
Yuichi Nishiwaki
|
0425dbdd1e
|
implement values and call-with-values with C
|
2014-02-02 14:26:58 +09:00 |
Yuichi Nishiwaki
|
dd784c589b
|
implement some of important list functions listed on srfi-1
|
2014-02-01 23:20:13 +09:00 |