473,382 Members | 1,442 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Project naming suggestions?

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 :-)
Feb 3 '08 #1
6 1188
mi***********@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
Feb 3 '08 #2
mi***********@gmail.com 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
Feb 3 '08 #3
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".
Feb 4 '08 #4
On 4 fév, 18:26, Kay Schluehr <kay.schlu...@gmx.netwrote:
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".
Lol !

And +1, BTW
Feb 4 '08 #5
On Feb 3, 2008 1:17 PM, <mi***********@gmail.comwrote:
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."

--
Neil Cerutti <mr***************@gmail.com>
Feb 5 '08 #6
Neil Cerutti wrote:
On Feb 3, 2008 1:17 PM, <mi***********@gmail.comwrote:
>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."
Hehe :)

/W
Feb 5 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Jon Paugh | last post by:
Hi, Any suggestions for project directory layout? Any good docs anyone has seen online on this subject? Any naming conventions to use for project files and solution files. Thanks, Jon Paugh
5
by: Ted | last post by:
I'm trying to come up with naming conventions for my company as we move to C#. I'm looking through the Naming Guidelines section on MSDN, but I'm unable to find a recommendation for class scope...
38
by: news.microsoft.com | last post by:
Greetings, I am posting this message to both the SQL Server and C# news groups because this inquiry is more of a theoretical question that applies to both database and code naming conventions. ...
6
by: Manuel Lopez | last post by:
Hello, I have a Web Project (UserControls.dll) with some user controls that is shared by many asp.net web applicattions. What we do is copy UserControls.dll to all the applications bin...
6
by: JonSteng | last post by:
..Net Visual Studio Professional 2003 Version 7.1.3088 ..Net Framework 1.1 SP1 Version 1.1.4322 IIS 5.1 Windows XP Professional SP2 Micron T3000 Laptop (1.5 GHz; 1GB RAM; 40GB HD with 17GB Free)...
3
by: John Murray | last post by:
Hi, I'm setting up a project management website, and having a bit of trouble. As part of the site, I have been asked to have a javascript dropdown menu that will open several MS Project (mpp)...
3
by: Phillip Conrad | last post by:
Here is a little problem I've run into, and none of the naming conventions have helped... Ever since I switched from C to C# and FxCop, I've going crazy trying to fix some style issues. I have 3...
0
by: =?Utf-8?B?U29vYnJhc3NlbiBUaG9wbGFu?= | last post by:
Hi to all, I have a dll that i named CoreLibrary.Basically to return messages from the dll to the calling application ,be it a windows application,web service or any other third party i call for...
20
by: cmrchs | last post by:
Hi, I have in my web application project (VS.NET 2008) : - a webform (webform2.aspx, webform2.aspx.cs, webform2.aspx.designer.cs) - a code-file Product.cs. But i can't use the definition of...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.