Wednesday, September 11, 2013

[Open Source] Github and Bitbucket

The blog's been very quiet lately. Too quiet. But I've been busy.

I got started on
Github, but the only thing I have there is a failed attempt at building a JSON library for the Euphoria programming language.

Most of the more recent stuff is happening on Bitbucket where I have various implementations (javascript v1 and javascript v2 (minimal), euphoria, vb6, php, and c#) of Steve Skiena's integer bignums library and a few other bits and bobs, namely:


All projects are in varying stages of completeness, and looking for users and improvers.


© Copyright Bruce M. Axtens, 2013

Friday, June 21, 2013

[JScript.NET --> C#.NET] Goodbye JScript.NET; Hello C#.NET

I'd better make it official: I've given up on JScript.NET (and to a lesser extent, JScript Classic.) There's just not enough support for it in current tools and IDEs.

So for the past couple of months I've been converting all my server-side javascripts (predominantly in JScript Classic) to C#.

I've also had one of my periodic clean-outs. Am trying to limit myself to a smaller set of programming languages for work and for play. That, and try to catch up on some of the things I've promised to others, like how to do web-scripting in Lhogho.


© Bruce M. Axtens, 2013