crazy programming language thoughts

Sean Ross sross at connectmail.carleton.ca
Fri Aug 29 20:15:05 EDT 2003


"Ryan Lowe" <ryanlowe0 at msn.com> wrote in message
news:ClR3b.22734$yg.8965558 at news4.srv.hcvlny.cv.net...
[snip]
> im not trying to change python. even a small change is a tough sell with
> this crowd ;-) i guess i should have labeled this off-topic. is there a
> forum that might be more appropriate?

I'm all for this kind of discussion. But, as to a more appropriate forum,
I think comp.lang.misc would be the place for this type of thing.

[snip]
>  i see no need to english-ify selecting a range of things from a
> list. id do something like:
>
>  get words in paragraphs[2 : 4]
>

I'd do something like

    paragraphs[2 to 4].words

myself.


[snip]
> SPARK, huh. never heard of it, ill check it out. thanks

Then you missed my earlier post to this thread: http://tinyurl.com/lnts

There is code at my site, listed in that posting, that used SPARK to make
a toy language based on the Python 1.5.2 grammar. It's not great, but you
may find it instructive (atleast insofar as what things not to do :)

You can prototype your language, work out the kinks, then consider
whether to reimplement in C, or what ever.

Good luck, and have fun.
Sean








More information about the Python-list mailing list