Per Bothner
|
1c00ad32f0
* standard/Scheme.java: Re-do just loadClass("kawa.lib.kawa.base").
|
8 years ago |
Per Bothner
|
c47131c2f9
Moved some files from gnu/kawa/slib to kawa/lib.
|
8 years ago |
Per Bothner
|
e93a4177ef
Sync branches/invoke with trunk -r8883:9027
|
8 years ago |
Per Bothner
|
af428ce6b0
Sync branches/invoke with trunk -8784:8883
|
8 years ago |
Per Bothner
|
b78f7cb115
Sync branches/invoke with trunk -r8580:8731
|
9 years ago |
Per Bothner
|
3d5c3108e3
Implement arglist and argvector types and constructors.
|
9 years ago |
Per Bothner
|
c18e3de5bd
Sync branches/invoke with trunk -r8538:8552
|
9 years ago |
Per Bothner
|
2026c6b6bf
Implement "@:" syntax, which reads as $splice-colon$.
|
9 years ago |
Per Bothner
|
b08577effd
Invoke-check re-write.
|
9 years ago |
Per Bothner
|
75a00275ab
New convenient syntax for ranges.
|
9 years ago |
Per Bothner
|
a4e3d91dd0
Implement 'sequence' type, convertion to it, and 'length' taking sequence.
|
9 years ago |
Per Bothner
|
93e0168f28
* numbers.scm (sinh, cosh, tanh, asinh, acosh, atanh): New functions.
|
10 years ago |
Per Bothner
|
7ff9d626bb
* LispReader.java (SCM_LEXPONENT_IS_BIGDECIMAL): New flags value.
|
10 years ago |
Per Bothner
|
7471f6a9c7
Implement "scan" (ellipsis) patterns and context.
|
10 years ago |
Per Bothner
|
042d9dc3a7
Fix various JavaDoc problems.
|
10 years ago |
Per Bothner
|
5e1b667c61
* standard/Scheme.java: Some cleanups in initialization.
|
10 years ago |
Per Bothner
|
81a9f7c026
* standard/Scheme.java (r5rsInstance, r6rsInstance, r7rsInstance):
|
10 years ago |
Per Bothner
|
8dadc07b07
Move receieve to new file in gnu/kawa/slib. Make it define-library compatible.
|
10 years ago |
Per Bothner
|
608b92f4f2
Preliminary suport for patterns and the (! ...) declaration syntax.
|
10 years ago |
Per Bothner
|
e8a1bee7d4
* OccurrenceType.java: No longer extends ObjectType, just Type.
|
10 years ago |
Per Bothner
|
64378f2c69
Partial optimization of call-with-value - to "apply-with-values".
|
10 years ago |
Per Bothner
|
25eff83109
Implement the '?' operator.
|
10 years ago |
Per Bothner
|
460383d588
More improved support for macros called within define-library.
|
10 years ago |
Per Bothner
|
83af28aa68
* prim_syntax.scm (%define-syntax): Define using an import.
|
10 years ago |
Per Bothner
|
c447a2b08d
* standard/Scheme.java (initScheme): Fix typo 'make-promise!' ->
|
10 years ago |
Per Bothner
|
a13101ce34
Added bindings for 'else 'unquote 'unquote-splicing '... '=> '_.
|
10 years ago |
Per Bothner
|
7c7f2e9ae0
Implement R7RS 'environment' and standard '(scheme xxx)' libraries.
|
10 years ago |
Per Bothner
|
de82e18303
* misc.scm (make-promise): New procedure.
|
10 years ago |
Per Bothner
|
2da621e35e
Implement cond-expand clause for define-library and library clause for cond-expand.
|
10 years ago |
Per Bothner
|
6138d2a55b
Add support for r7rs 'define-library'.
|
10 years ago |