Older blog entries for atai (starting at number 35)

7 Mar 2006 (updated 7 Mar 2006 at 11:09 UTC) »
SWIG support for Squirrel

I have created Squirrel support to SWIG. Squirrel is a light weight extension language in the style of Lua but has a C/C++ style syntax. The patch against SWIG 1.3.28 is available and works with Squirrel 2.1 work 4 with the built-in char type defined as the C char instead of wchar_t.

So far wrapping basic types and C structs seems to work on GNU/Linux on simple samples. No attempts were made to support C++ classes yet.

Just curious if there is any documentation on gtk+ binding generation for a new language?

I wonder how come SWIG is not used for gtk+ bindings. The gtk+/GNOME people may have some views regarding SWIG?

Can someone remove the spam from Ferry?

Tom Lord
His latest diary should be more widely read.

Maybe the community can offer him some help.

The autotools may have their cracks, but they are useful and solved a lot of real problems.

However, there may be improvements that can be added. For example, it was discussed on advogato some years ago about speeding up the configure script.

Maybe some faster interpreter can be used for parts of the configure process. We can gradually replace things like M4 with more modern components...

21 Dec 2005 (updated 21 Dec 2005 at 11:48 UTC) »
GNU Arch (tla) now has some convenience commands added, such as tla diff, tla branch, tla export and tla switch. Hopefully the usability of tla is now much better than before.

On another front, this little language Squirrel does not seem to have much visibility outside game developers. However, this Lua-like light weight extension language with C/C++ style syntax should have much use in many projects besides games on consoles.

Are there good free source code formatter besides GNU indent and astyle? GNU Indent works on C only. Astyle is useful for C and C++ but is not actively maintained, it seems.

Also, does it make sense to have, say, gcc, to be able to indent sources? After all gcc can understand the syntax structure of the source code and have the ability to preprocess C/C++ source code and reformatting source can be treated as an operation of compiling, say, C into C.

21 Dec 2005 (updated 5 Jan 2006 at 06:15 UTC) »

I wonder is there a good CMS system that supports rich presentations but also allows editing of pages by many people (like a Wiki)? Ideally the editor is WYSWYG... MediaWiki is good, but no good WYSWYG editors exist that support the MediaWiki native syntax...

Also the input of existing documents in some format (HTML, Word or otherwise) into a Wiki is currently not well supported...

PUDL is misguided.

It is like a software license saying the software must have a GUI, with menus and tooltips.

26 older entries...

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!