The Artima Developer Community
Articles | News | Weblogs | Books | Forums
Artima Weblogs | Weblogs Forum | Bloggers
Sponsored Link

Artima Weblogs
A Community of Software Thinkers
Welcome Guest
  Sign In
89 pages [ 1 ... 49 50 51 52 53 54 55 56 57 58 59 ]
by Christopher Diggins, November 4, 2005,  13 comments
An enormous amount of data can be conveniently represented as a labelled tree. This is the basis of many markup languages such as SGML, XML, HTML, and others. Herein I propose an alternative, Labelled S-Expressions and provide code for a working parser in C++.
by Christopher Diggins, November 2, 2005,  25 comments
I have devised a simple mark-up scheme for my own purposes which is much simpler than XML.
by Christopher Diggins, November 2, 2005,  17 comments
A very important programming principle is that of separation of concerns. A class should have one clearly defined responsibility. When this is violated problems arise, for instance in the STL.
by Christopher Diggins, October 30, 2005,  9 comments
Most web-browsers today come with EcmaScript ( ie. JavaScript) built-in. Did you know another very powerful language came with Internet Explorer and Firefox?
by Christopher Diggins, October 28, 2005,  7 comments
I just wrote a small open-source JavaScript tokenizer that outputs XML. Here is why you might be interested.
by Christopher Diggins, October 27, 2005,  16 comments
I frequently encounter open-source code which reimplements code which exists elsewhere (and usually does so badly). When everyone is busy reinventing the wheel, no one has the time to build a cart.
by Bruce Eckel, October 26, 2005,  39 comments
I need to use the collective-consciousness of the Artima community, like genetic algorithms, to come up with a set of canonical use cases for generics.
by Bruce Eckel, October 24, 2005,  10 comments
I was poking around in the Standard Java Libraries looking for examples of generic code, and came across something curious.
by Bruce Eckel, October 22, 2005,  16 comments
Up until now, whenever I've tried open-source Word clones with my books, they've collapsed to the floor, babbling and drooling.
by Christopher Diggins, October 21, 2005,  83 comments
More and more programmers and researchers have been suggesting heresies along the lines of "programmers should only work with a view of source code, not the source itself".
by Bruce Eckel, October 21, 2005,  8 comments
In my posting "Mixins: Something Else You Can't Do With Java Generics?", someone suggested (incorrectly) that this was just the C++ "Curiously Recurring Template Pattern." The analog of the CRTP does work in Java, but is it good for anything?
by Bruce Eckel, October 20, 2005,  16 comments
Someone pointed out that Josh Bloch suggests using interfaces to produce the effects of mixins; this is a common pointer when justifying the lack of multiple inheritance in Java. I've translated yesterday's C++ mixin example based on this idea.
by Bruce Eckel, October 20, 2005,  27 comments
The paper "A First-Class Approach to Genericity" introduces the idea of the mixin, which seems to be quite a powerful concept, and then shows that you can't do it with Java generics. I wonder if anyone has any alternative approaches to this problem.
by Jim Waldo, October 18, 2005,  34 comments
In which, against my better judgement, I try to figure out what everyone means when they talk about XML...
by Christopher Diggins, October 18, 2005,  3 comments
The Lua programming language is an extension programming language, which holds special interest to me and anyone who is implementing any kind of interpreter.
89 pages [ 1 ... 49 50 51 52 53 54 55 56 57 58 59 ]
Subscribe to be notified of new Artima Weblogs posts via RSS.

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use