Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Group info
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 242  Older »
Description: The official Falcon programming language developer discussion group.  Falcon is an Open Source scripting language, ready to empower mission-critical multi-threaded applications. Many different programming paradigms may be used.

 

New engine errors on 64 bit systems (maybe bug) 
  GCC will not compile the latest falcon new_engine from git because of int/pointer casts in engine/classes/classmodule.cpp on lines 448 and 603. Unless I'm not understanding the code (possible), you are saving a symbol's localId on line 208 and loading this as a pointer on 448. Seems like a bug to me.... more »
By molluk...@hotmail.com  - May 25 - 2 new of 2 messages    

falcon fails to build on kfreebsd-* 
  Hi, As some of you know, Falcon is now accepted in Debian. Many thanks to Vasudev (and Kunal for constant followups!) and people at #falcon who helped us a lot during packaging. Well, since autobuilder has started building falcon for various archs, we've failure for kfreebsd-i386, kfreebsd-amd64 (FreeBSD kernel + Debian... more »
By Kartik Mistry  - May 21 - 3 new of 3 messages    

Vim snippets 
  This goes out to anyone on the list who's writing falcon using Vim. As some of you may know there is a vim plugin called snippets that allows you to quickly template out new pieces of code and then fill in the variables. Very neat stuff; honestly I never use it. For those that do, though, a while back I contributed a very basic set of... more »
By steveno  - May 17 - 7 new of 7 messages    

LogChannelFiles - Rolling log files with maxCount, maxSize, and maxDays 
  I have been toying with this for several days and have not had much success. I am considering pulling my logger class over from another language and just fixing the syntax to work with falcon, but I figured I would post up here to see if anyone had suggestions or had similar issues. Basically what I have found is that if I leave maxCount, MaxSize, and... more »
By Richard Reddick  - May 8 - 2 new of 2 messages    

Suggestment, if possible 
  If we have this: function fun () return something other code end obviously the code after return statement is not executed....I think it's an interesting idea to expose, if possible, a warning for that unreachable code.... Cheers.
By Relez  - May 5 - 1 new of 1 message    

Switch 
  In C# this silly code emulates fall-through, which is normally denied in that language, using goto statement: switch(x) { case 1: label1: Console.WriteLine(" > 0"); break; case 2: Console.WriteLine("2"); goto label1; break; default : Console.WriteLine(" > 2"); break; ...Is it possibile (legal) to do something similar in Falcon?... more »
By Renato Lenzi  - Apr 22 - 1 new of 1 message    

Dictionary 
  This code works: dict = [1 => 1, 1 => 2, 1 => 3] Ok, but, is not this a bit dangerous? That is, having multiple identical keys within a dictionary is really good? Thx.
By Renato Lenzi  - Apr 18 - 2 new of 2 messages    

TypeError MD0017 Invalid operands given opcode 
  Hi all, I'm working on an implementation of Kuhn-Munkres algorithm when come cross this issue. falcon: FATAL - Program terminated with error. TypeError MD0017 at a._lambda#_id_5:11: Invalid operands given opcode Traceback: a._lambda#_id_5:11(PC:0) "/home/ray/a.fal" a._lambda#_id_5:16(PC:232)... more »
By Ray Song  - Apr 17 - 5 new of 5 messages    

Patch to Enable Firebird module 
  Hi, For building debian package I enabled firebird module compilation as per suggestion of Gian, I'm attaching the patch please consider merging it with upstream. Best Regards
By Vasudev Kamath  - Apr 14 - 3 new of 3 messages    

OS X binaries of latest git source 
  Hello dev team, At Gian's request I've created an OS X binary release of the most recent Falcon master from the git repository. I compiled the source into binaries and installed on an OS X x86_64 machine then created archives from the files that were installed. I created the following packages: falcon-0.9.6-darwin.tar.gz<[link]>... more »
By B. Gian James  - Apr 3 - 7 new of 7 messages    

1 - 10 of 242   « Newer | Older »

XML       Send email to this group: falconpl@googlegroups.com