LispY C
github.com
LispY C
1–10 of 45 posts
Re: LispY C
#2Re: LispY C
#3An interesting way to cite K&R.
Re: LispY C
#4So crazy it might just work.
Re: LispY C
#5Re: LispY C
#6So crazy it might just work.
I'd be surprised if something exactly like this but more mature and with a lot more questionable legacy design decisions doesn't already exist.
And, for people who refuse to let go of curly braces, there's this shameless plug: https://github.com/eudoxia0/cmacro
Re: LispY C
#7I'm not sure how well known it is, but some Lisps can be statically compiled to machine code.
But one thing I've wondered about is how good can it get? Are there any benchmarks for Lisp vs. C?
Re: LispY C
#8Re: LispY C
#9> Because LISP is expressive and C is fast and I wanted the best of both worlds is the short answer. I'm not sure how well known it is, but some Lisps can be statically compiled to machine code. But one thing I've wondered about is how good can it get? Are there any benchmarks for Lisp vs. C?
Re: LispY C
#10> Because LISP is expressive and C is fast and I wanted the best of both worlds is the short answer. I'm not sure how well known it is, but some Lisps can be statically compiled to machine code. But one thing I've wondered about is how good can it get? Are there any benchmarks for Lisp vs. C?
That's a full Scheme that compiles to C. It's quite nice, too!