Menu

PyMM / News: Recent posts

Work on hold (again)

Yet again, I have to take a break from development on PyMM.

I'm doing this because I have a project that I need to work on that takes precedence.
I'm also going to take this time off from development to read some more on C++ (this is my introductory project).
I'm a C programmer, so I think in C, not C++, and I want to make sure and do this properly.

Thank you for your patience.

-Tanner

Posted by Tanner 2008-04-10

Development Resuming

I will be resuming work on PyMM pretty soon now,
I have linux system installed now, so I can work on it again,
but my windows system is still down.

Posted by Tanner 2008-04-04

Development on hold

My computer has suffered a major crash recently, so I have to take a break from this until I recover.
I was able to recover my un-committed list implementation though, so it's not too terrible...

Posted by Tanner 2008-03-30

PyMM 0.11.252 (alpha) released!

It's a small but important update, there were some memory problems.

Posted by Tanner 2008-03-21

PyMM 0.1.252 (alpha) released!

It's official now, I've made a subversion tag and a tar.gz release of the source code.
You can find documentation (including compiling instructions) here:
http://sourceforge.net/docman/?group_id=220762

Update:
I forgot to add the pymm.h file (which holds the namespace declaration) to the windows binary package, I've reuploaded that file with the header now.

Posted by Tanner 2008-03-19

String class (mostly) finished

The pymm::str class is mostly finished. I say "mostly" because some methods in the str class require the pymm::list class or pymm::tuple class to be implemented.

You can check out the subversion repository by using this command:
svn co https://pymm.svn.sourceforge.net/svnroot/pymm/trunk pymm
or by entering that URL in TortoiseSVN.

I might upload a tar.gz file so that you don't need to use subversion.... read more

Posted by Tanner 2008-03-19