[Wrapl-discussion] New Release
Brought to you by:
rajamukherji
|
From: Raja M. <raj...@gm...> - 2008-09-13 12:59:25
|
Hi all, I've released version 1.1.5 of Wrapl in both source form and an Ubuntu package on the Wrapl website. I'll update the Windows version as soon as I can. The latest version fixes many bugs and adds: a) The Web.FastCGI module allowing Wrapl to be used for writing fastcgi applications. I've managed to write a small image gallery website with it and will add the source code to the samples page once I clean it up / add comments. b) The syntax `expr` (with backquotes) which evalutes expr once at compile time, instead of run time. c) Better support for rationals, especially with regard to exponents (e.g. 2 ^ -1 now returns 1/2). d) The Util.Random module, for random number routines. |