January 29, 2007 at 9:46 pm · Filed under C++, Tools Reviews, Language Reviews
Bookmark on del.icio.us
NOTE: there are a few posts about this tool in this blog already, but the cryptic name, cpsh, seems to have scared away some of you. Welcome back!
I have built something that is cool and useful, objectively speaking. That something is a shell - interactive or not - using C++. It does have a name, […]
January 24, 2007 at 5:47 pm · Filed under C++, Tools Reviews, Language Reviews
Bookmark on del.icio.us
Boost is a library of helping constructs for modern C++ development. What sets Boost apart from most other libraries is that it is infrastructural and horizontal in that it extends the vocabulary of the developer in any kind of problem solving, no matter what the domain.
This quite unique feature - along with the fact that […]
January 24, 2007 at 3:12 pm · Filed under C++
Bookmark on del.icio.us
Ok, I finally finalized a first official version of cpsh, 1.0.
The project is found at Google Code, where there is a download area with precompiled binaries.
This version works on Mac OS X 10.4 (and probably older), with either G or Intel processor, and on Windows XP/2000.
Building
To build it on OS X, you need XCode 2.x […]
December 10, 2006 at 7:30 pm · Filed under C++
Bookmark on del.icio.us
First of all, sorry for not being active on the blog for quite some time, but here I am again. And this time with a binary of my cpsh tool.
While I am rewriting the tool to better support various C++ compilers, you here have a Windows executable that requires gcc to be installed and available. […]
September 1, 2006 at 1:49 am · Filed under AJAX, Language Reviews
Bookmark on del.icio.us
Do you have to furnish a lot of HTML elements from JavaScript, such as for formatting or inserting special effects? Well, then you need to know the performance - or lack thereof - of finding and traversing DOM elements. And the performance hit of using Microsoft's browser.
This post tries to clarify the performance hits involved. [...]
August 28, 2006 at 1:01 am · Filed under C++, Tools Reviews, Language Reviews
Bookmark on del.icio.us
I woke up last night with a conviction that C++ is not a worse "scripting" language than Perl or Ruby. After a few minutes awake, I had to turn on the computer and prove this nightly conjecture. I created a draft scripting environment for C++ in a few hours.
I call my nocturnal embryo cpsh for [...]
August 26, 2006 at 6:27 pm · Filed under C++, Java, .NET, Functional Programming, IT Industry, AJAX, Language Reviews, Ruby
Bookmark on del.icio.us
If one would measure popularity by number of hits on Google, these are the five most popular computer languages:
PHP
Java
C
Flash
Perl
A graph of Google hits, using the query +lang +programming, for some of the most common languages follows. NOTE 1: please inform me if your favorite language is omitted. NOTE 2: I did not include the language [...]
August 23, 2006 at 12:30 am · Filed under C++, IT Industry, Books
Bookmark on del.icio.us
I have gathered a list of books that should get you started on the road to expertise in the language of the gods, C++.
I decided to do this via a new Amazon facility called aStore. So you can go to my aStore to get access to those books. The most crucial ones are found under [...]
August 19, 2006 at 6:13 pm · Filed under C++
Bookmark on del.icio.us
This is a C++ library I created to be able to wrap types while specifying - in compile-time - what operations, if any, are to be preserved, i.e., what homomophisms should be injected into the wrapping type. One can view it as a very flexible type alias system.
I issued this library as an informal proposal [...]
August 19, 2006 at 2:04 pm · Filed under C++, Tools Reviews
Bookmark on del.icio.us
You need a cross-language interprocess framework that is hard to setup, learn and deploy, just for the thrill of being able to use Java and/or PHP on the server side while using native code on the client side?
Then this is not for you. Please skip this post.
For developers using the most powerful language - in [...]
·
Next entries »