|
|
||||||
|
#1
|
|
|
|
|
I'm considering writing a little interpreter for a python-like
language and I'm looking for name suggestions. :-) Basically, I don't want to change a whole lot about Python. In fact, I see myself starting with the compiler module from Python 2.5 and building from there. This language would be more or less "Python modulo a few (incompatible) changes, but it'd be recognizable by Python programmers. I'm talking about stuff like "allowing the character '?' in identifier names," and "a better way to express 'for dummy in xrange (n):' when the index isn't needed." I'd also like to implement most of the planned Python 3000 changes. Any suggestions? I'm thinking "Ophidian," for the snake connection, or, possibly, "Circus," from "Monty Python's Flying Circus." Thanks :-) |
|
|
|
#2
|
|
|
|
|
miller.paul.w wrote:
> I'm considering writing a little interpreter for a python-like > language and I'm looking for name suggestions. :-) > How about "Whython"? /W |
|
#3
|
|
|
|
|
On Feb 3, 2:36 pm, Wildemar Wildenburger
<lasses_w> wrote: > miller.pau...@gmail.com wrote: > > I'm considering writing a little interpreter for a python-like > > language and I'm looking for name suggestions. :-) > > How about "Whython"? > > /W I like it. :P If you were wondering why I was thinking of doing this project, the reason is basically that I want to tinker with a programming language, and Python is the one I know best. The fact that there is a compiler module written in Python that I can modify is a huge plus. I don't necessarily intend for anything in the language to be incorporated in Python. I just see it as a playground type project. |
|
#4
|
|
|
|
|
miller.paul.w wrote:
> I'm considering writing a little interpreter for a python-like > language [...] > I'd also like to implement most of the planned Python 3000 changes. In case you're interested in a real project, consider taking a look at Cython, which is a Python-to-C compiler for writing C extension modules in a Python-like language. http://cython.org Stefan |
|
#5
|
|
|
|
|
I really like the Whython suggestion :)
Phil Hassey is currently working on a small python derivative called tinypy. It's so recent I don't think he's gotten a project page up for it, so you'd need to backtrack through his blog posts for an overview. But as he's just done a _lot_ of what you're about to do, it would make a great basis for prototyping your ideas. Hope this helps. -alex23 |
|
#6
|
|
|
|
|
On Feb 4, 3:09 pm, alex23 <wuwe> wrote:
> Phil Hassey is currently working on a small python derivative called > tinypy. Sorry, I meant to include a relevant link: http://www.philhassey.com/blog/2008/...-bootstrapped/ -alex23 |
|
#7
|
|
|
|
|
On Feb 3, 7:17 pm, miller.pau...@gmail.com wrote:
> I'm considering writing a little interpreter for a python-like > language and I'm looking for name suggestions. :-) > > Basically, I don't want to change a whole lot about Python. In fact, > I see myself starting with the compiler module from Python 2.5 and > building from there. > > This language would be more or less "Python modulo a few > (incompatible) changes, but it'd be recognizable by Python > programmers. I'm talking about stuff like "allowing the character '?' > in identifier names," and "a better way to express 'for dummy in > xrange (n):' when the index isn't needed." I'd also like to > implement most of the planned Python 3000 changes. > > Any suggestions? I'm thinking "Ophidian," for the snake connection, > or, possibly, "Circus," from "Monty Python's Flying Circus." > > Thanks :-) What about "Argh!". Sounds like Paul Grahams Arc but is more Monty Pythonesque than "Circus". |
|
#8
|
|
|
|
|
On 4 fév, 18:26, Kay Schluehr <kayschlu> wrote:
> On Feb 3, 7:17 pm, miller.pau...@gmail.com wrote: >> >> >> What about "Argh!". Sounds like Paul Grahams Arc but is more Monty > Pythonesque than "Circus". Lol ! And +1, BTW |
|
#9
|
|
|
|
|
On Feb 3, 2008 1:17 PM, <miller.paul.w> wrote:
> I'm considering writing a little interpreter for a python-like > language and I'm looking for name suggestions. :-) > > Basically, I don't want to change a whole lot about Python. In fact, > I see myself starting with the compiler module from Python 2.5 and > building from there. > > This language would be more or less "Python modulo a few > (incompatible) changes, but it'd be recognizable by Python > programmers. I'm talking about stuff like "allowing the character '?' > in identifier names," and "a better way to express 'for dummy in > xrange (n):' when the index isn't needed." I'd also like to > implement most of the planned Python 3000 changes. > > Any suggestions? I'm thinking "Ophidian," for the snake connection, > or, possibly, "Circus," from "Monty Python's Flying Circus." Given your stated goals, I like "Phyton." |
|
#10
|
|
|
|
|
On 5 Feb., 14:41, "Neil Cerutti" <mrceru> wrote:
> On Feb 3, 2008 1:17 PM, <millerpau> wrote: >> >> > > Given your stated goals, I like "Phyton." I hear the masses chanting: "Long live Phyton, down with Python!" "More radical than Larry Wall!" |
|
#11
|
|
|
|
|
Neil Cerutti wrote:
> On Feb 3, 2008 1:17 PM, <miller.paul.w> wrote: > > Given your stated goals, I like "Phyton." > Hehe :) /W |
|
|
| Similar Threads | |
| Suggestions about naming conventions ? Hi all, i'm going to design a new big database, and i want to follow some guideline about naming conventions. I always designed my databases choosing myself the naming... |
|
| naming subdirectory in cab project Hello, I need to deploy a settings file in a subdir of the special directory My Documents. I want the name of that subdir to be the name of the application. How can I do... |
|
| Naming a Setup Project Is there any way of modifying the ProductName in my setup project dialogs that doesn't involve me having to rename my setup project? I have an application named 'Foo', and... |
|
| Q: Project File Naming Hi group, I've long since forgotten the answer to my following question(s), so I am turning to the group here for help. In working with VB, I've run across project files... |
|
| Naming cells for a project Is there anyway of naming cells in a worksheet? What I am trying to do is within a worksheet be able to put in an amount and call that amount brand or competitive,... |
|
|
All times are GMT. The time now is 04:36 PM. | Privacy Policy
|