We can find the freedom

Posted by s on March 23, 2009, 4:44 p.m.

First, I suffered from not writing and wrote this

50k=0 Who can define who is who when nothing isn’t around to say what it is because then it doesn’t exist or does it well there is no judgement but we judge everything we are the judgement we are the final …

I can't seem to answer

Posted by s on Dec. 27, 2008, 2:26 p.m.

Whether it is the madness that causes the thoughts, or the thoughts that cause the madness

Misplaced my pi sheet, but I've got 108 digits down now

3.141592653589793238462643383279504882197169399375105820974944592307816406286208998628034825342117067982148086

Lingography

Posted by s on Dec. 24, 2008, 3:31 p.m.

At last a word to fit this creative output. I do think I'll not be leaving this hand behind

Now then, let's point the engines towards

Readability

Posted by s on Dec. 23, 2008, 12:38 p.m.

If you would, do tell where Rue's and Postal's documentations could use more fleshing

Also, I've got 36 digits down

3.141592653589793238462643383279502884

Why do I do the things I do?

Posted by s on Dec. 22, 2008, 1:07 p.m.

I have to ask myself that at times. And then there are times I'm asked that

Last night Bryan straight out asked me if I'm autistic. I'm not sure what caused him to ask, and I'm unsure how to ask him. I don't like answering questions I don't have the …

Rue

Posted by s on Dec. 21, 2008, 9:46 p.m.

The module system is really useful with the whole module rule system. Could use some memoization maybe, but speed really isn't something to worry over

Modules It would seem there are two kinds of modules. Invasive ones like ++ and – that are akin to C's #include and OOP ones …

Just to make it even more obfuscated

Posted by s on Dec. 20, 2008, 1:31 a.m.

Instead of converting the function name to hex, the function name is now encoded with a radix of 63

0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijlmnopqrstuvwxyz_

Alright, Luda wins. Names are now held in a hash with a counter so that new names get a new ID (This conversion was simply a replacement of the radix …

Nested

Posted by s on Dec. 19, 2008, 2:27 p.m.

defun a{defun b{+} 1 2 b}

->

defun a{1 2 a.b}

defun a.b{+}

This mechanism self propagates

defun a{defun b{defun c{+ +} 3 c} 1 2 b}

->

defun a{1 2 a.b}

defun a.b{defun c{+ +} 3 c}

->

defun a{1 2 a.b}

defun a.b{3 a.b.c}

defun a.b.c{+ +}

Postal …

After adding mambdas, line count has settled at 234

Posted by s on Dec. 17, 2008, 11:25 p.m.

Removed the builtin repeat macro

I open doors and let others pass on by, still am I dead

[url=http://pastebin.com/d14f0d752]NTS[/url]

Posted by s on Dec. 16, 2008, 11:49 p.m.

Let's see if I might be able to weasel myself out of doing my final project in VB by loading this up at school tommorrow