|
So, you know, I'll be honest- Refrex was a totally horrid concept.
I don't even know what the hell I was trying to do there. Reference-based programming language? Pft, more like library AT BEST. Just wanted to treat objects as primitives, which I suppose I could do if I revamped refrex into a library, a wrapper class for generic objects what overrides some operators and just basically does the same thing except not.
... yeah. Right, anyhow, new project- APP A DAY. Or a week. Or a month. Whatever. Point is, in order to hone negligence-blunted code skills (thank god for mad psuedocode skills), I'll be spending the weeks after the next couple working on a series of small apps in various languages. C++ and Java for now, because I love 'em- think I'll branch out later.
At any rate, the first APP A DAY project is going to be a code converter, because I'm lazy and think that I should be able to write code in my favorite lang and just translate out to others. 'twill be a simple thing- open a textfile with a little code in it (i'll use a hello world to test), then just a matter of swap-and-replace using predetermined tables.
|