Re: [jison] Scheme on Jison?
- From:
- Zachary Carter
- Date:
- 2011-06-19 @ 18:18
On Fri, Jun 17, 2011 at 4:25 AM, Sean Neilan <sean@seanneilan.com> wrote:
> Hi all,
>
> I've started reading the Structure and Interpretation of Computer
> Programs and am interested in using Jison to parse scheme and produce
> JavaScript. I have heard many, many good things about scheme and would
> like to try it as my new language of choice to replace python. (Python
> gets old after a while.)
>
> Does anyone know of possible problems with doing that?
>
> Thank you for your time.
>
> -Sean
> sean@seanneilan.com
>
Yay for SICP! Scheme's syntax shouldn't give you too much fuss. I
suspect most of your work will be preserving Scheme's semantics in
your translation. It's certainly a great way to learn a language. Let
us know how it goes.
--
Zach Carter