Tagged Questions
The falcon tag has no wiki summary.
2
votes
3answers
685 views
What is your opinion on the Falcon language?
Falcon is a programming language that supports multiple paradigms like message passing, OO, functional, and yet the code looks nice and clean.
What do you think, does it have a chance to take off and ...
1
vote
6answers
211 views
Sequence combinations
I am trying to find all possibilities of a 4 digit code using the numbers 1 thru 6. the same number can be used for any of the four (i.e. 1, 1, 1, 1).
1
vote
1answer
146 views
Why does my Falcon script print the date a month ahead instead of today's date?
Today is April 25, 2009 which in US format is abbreviated month-day-year, so today is 04-25-09. This line
> CurrentTime().toString("%m-%d-%y")
should print "04-25-09". Instead it prints ...
0
votes
0answers
29 views
Cannot build rosfalcon on Ubuntu 11.10
I have downloaded the rosfalcon package for ROS from the bazaar repo. Then I am trying to rosmake but it gives me an error asking me to rosdep it. When I do a rosdep, however, it gives an error again. ...
0
votes
4answers
321 views
Where can I get a vim syntax file for the Falcon programming language?
I just discovered the Falcon programming language today and would like to experiment with it a bit. As it is quite new, there is no ide. That's not a problem as I can use Vim. It would be helpful if ...