drcode


19 points by drcode about 1 year ago | link
cached 6 days ago

16 points by drcode about 1 year ago | link | top
cached 12 days ago
I have a simple arc->js translator just for this purpose. Basically, a "parenscript" for arc.

It's needs a lot more work though before it's worth posting publicly- Not sure if/when I'll get around to doing this.

(If I get six or more points on this post I suppose I'd consider getting it out sooner for others to play with :-)


15 points by drcode about 1 year ago | link | top
cached 11 days ago
Surprise! I brought a cake:

               ()() ()()                 
                # # # # 
              __#_#_#_#__
             {_` ` ` ` `_}
            _{_._._._._._}_
           {_  H A P P Y  _}
          _{_._._._._._._._}_
         {_ B I R T H D A Y _}
     .---{_._._._._._._._._._}---.
    (   `"""""""""""""""""""""`   ) 
     `~~~~~~~~~~~~~~~~~~~~~~~~~~~`

14 points by drcode over 2 years ago | link
cached 6 days ago

13 points by drcode over 2 years ago | link | top
cached 6 days ago
I just realized the clever visual pun:

"!" looks like "." and "'" put together!

(I would still favor replacing x!y with x.'y though... I couldn't find a single use for x!y in any of the arc code I've written so far...)


much much better arc logo (lisperati.com)
12 points by drcode over 2 years ago | link
cached 11 days ago

12 points by drcode over 2 years ago | link
cached about 17 hours ago

11 points by drcode over 2 years ago | link
cached 11 days ago

10 points by drcode about 1 year ago | link
cached 13 days ago

10 points by drcode about 1 year ago | link | top
cached 6 days ago
I would also point out that you can use a colon, which means you don't have to muck with parenthesis when inserting/removing the debugging code:

  (+ 3 (erp:/ 4 2) 5)