Re: [ANN] clojure-scheme - Compiling Clojure to Scheme to C

2014-07-09 Thread Dry Jin
By the way, how does Clojure-Scheme hand the Clojures's libraries over to 
Gambit-C?

2012년 3월 15일 목요일 오전 6시 8분 2초 UTC+9, Nathan Sorenson 님의 말:
>
> I've modified the output of the ClojureScript compiler to emit Scheme 
> code. At this point the core library is successfully compiled by Gambit 
> Scheme. A nice advantage of this is that Gambit compiles code via C, 
> meaning that stand-alone Clojure executables are now available for any 
> platform with a suitable gcc compiler!
>
> Gambit, notably, also compiles to iOS. Just recently I've confirmed that 
> Clojure's core library runs on the iPad simulator.
>
> There is a ton of yak-shaving required at this point---compilation 
> consists of a combination of shell commands, Clojure-interpreted commands 
> and Gambit-interpreted commands. Hopefully this will soon be streamlined.
>
> https://github.com/takeoutweight/clojure-scheme
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[ANN] clojure-scheme - Compiling Clojure to Scheme to C

2014-05-24 Thread Dry Jin
Great work! Many thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ANN] clojure-scheme - Compiling Clojure to Scheme to C

2012-03-15 Thread Ambrose Bonnaire-Sergeant
Wow, nice work Nathan!

Ambrose

On Thu, Mar 15, 2012 at 5:08 AM, Nathan Sorenson  wrote:

> I've modified the output of the ClojureScript compiler to emit Scheme
> code. At this point the core library is successfully compiled by Gambit
> Scheme. A nice advantage of this is that Gambit compiles code via C,
> meaning that stand-alone Clojure executables are now available for any
> platform with a suitable gcc compiler!
>
> Gambit, notably, also compiles to iOS. Just recently I've confirmed that
> Clojure's core library runs on the iPad simulator.
>
> There is a ton of yak-shaving required at this point---compilation
> consists of a combination of shell commands, Clojure-interpreted commands
> and Gambit-interpreted commands. Hopefully this will soon be streamlined.
>
> https://github.com/takeoutweight/clojure-scheme
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Re: [ANN] clojure-scheme - Compiling Clojure to Scheme to C

2012-03-15 Thread Chip Collier
Holy excellent development Batman!


On 3/14/12 2:08 PM, Nathan Sorenson wrote:
> I've modified the output of the ClojureScript compiler to emit Scheme
> code. At this point the core library is successfully compiled by
> Gambit Scheme. A nice advantage of this is that Gambit compiles code
> via C, meaning that stand-alone Clojure executables are now available
> for any platform with a suitable gcc compiler!
>
> Gambit, notably, also compiles to iOS. Just recently I've confirmed
> that Clojure's core library runs on the iPad simulator.
>
> There is a ton of yak-shaving required at this point---compilation
> consists of a combination of shell commands, Clojure-interpreted
> commands and Gambit-interpreted commands. Hopefully this will soon be
> streamlined.
>
> https://github.com/takeoutweight/clojure-scheme
> -- 
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient
> with your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en 




signature.asc
Description: OpenPGP digital signature


Re: [ANN] clojure-scheme - Compiling Clojure to Scheme to C

2012-03-14 Thread Herwig Hochleitner
That's mighty!

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


Re: [ANN] clojure-scheme - Compiling Clojure to Scheme to C

2012-03-14 Thread David Nolen
Excellent work!

On Wed, Mar 14, 2012 at 5:08 PM, Nathan Sorenson  wrote:

> I've modified the output of the ClojureScript compiler to emit Scheme
> code. At this point the core library is successfully compiled by Gambit
> Scheme. A nice advantage of this is that Gambit compiles code via C,
> meaning that stand-alone Clojure executables are now available for any
> platform with a suitable gcc compiler!
>
> Gambit, notably, also compiles to iOS. Just recently I've confirmed that
> Clojure's core library runs on the iPad simulator.
>
> There is a ton of yak-shaving required at this point---compilation
> consists of a combination of shell commands, Clojure-interpreted commands
> and Gambit-interpreted commands. Hopefully this will soon be streamlined.
>
> https://github.com/takeoutweight/clojure-scheme
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

[ANN] clojure-scheme - Compiling Clojure to Scheme to C

2012-03-14 Thread Nathan Sorenson
I've modified the output of the ClojureScript compiler to emit Scheme code. 
At this point the core library is successfully compiled by Gambit Scheme. A 
nice advantage of this is that Gambit compiles code via C, meaning that 
stand-alone Clojure executables are now available for any platform with a 
suitable gcc compiler!

Gambit, notably, also compiles to iOS. Just recently I've confirmed that 
Clojure's core library runs on the iPad simulator.

There is a ton of yak-shaving required at this point---compilation consists 
of a combination of shell commands, Clojure-interpreted commands and 
Gambit-interpreted commands. Hopefully this will soon be streamlined.

https://github.com/takeoutweight/clojure-scheme

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en