We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
why not.
(checklist by @jorendorff)
Things we already sort of do, but sloppily:
eqv?
equal?
Unsupported features:
delay
force
caaaar
write
+
#b
#o
#d
#x
#i
#e
gcd
lcm
1.0e9
s
f
d
l
exact?
inexact?
integer?
floor
ceiling
truncate
round
exp
log
sin
cos
tan
asin
acos
atan
sqrt
expt
3/4
rational?
rationalize
3+4i
-i
complex?
real?
make-rectangular
make-polar
real-part
imag-part
magnitude
angle
exact->inexact
inexact->exact
/
string->number
char->integer
integer->char
make-string
string-set!
string-copy
string-fill!
string-ci=?
substring
with-input-from-file
with-output-to-file
char-ready?
transcript-on
transcript-off
The text was updated successfully, but these errors were encountered:
lisp: Remaining caaaar functions not already present. #22.
7b5a1d7
lisp: integer->char and char->integer. #22.
1a8c18b
No branches or pull requests
why not.
(checklist by @jorendorff)
Things we already sort of do, but sloppily:
eqv?
andequal?
Unsupported features:
delay
andforce
caaaar
functions not already covered in prelude.scmwrite
support+
#b
,#o
,#d
,#x
)#i
,#e
)gcd
,lcm
write
support1.0e9
)s
,f
,d
,l
)+
exact?
andinexact?
,integer?
floor
,ceiling
,truncate
,round
,exp
,log
,sin
,cos
,tan
,asin
,acos
,atan
,sqrt
,expt
3/4
)write
supportrational?
rationalize
3+4i
,-i
)write
supportcomplex?
,real?
make-rectangular
,make-polar
,real-part
,imag-part
,magnitude
,angle
exact->inexact
,inexact->exact
/
string->number
char->integer
,integer->char
make-string
,string-set!
(ew),string-copy
,string-fill!
string-ci=?
and other comparison procssubstring
with-input-from-file
,with-output-to-file
char-ready?
(This is basically impossible to implement for us, so ... hmm. Always return true, I guess.)transcript-on
,transcript-off
The text was updated successfully, but these errors were encountered: