Hi Frédéric,

Hi!

I'm wondering: is recursivity supported in js/qooxdoo? I'm trying to
implement a recursive call to a method, but it does not seem to work, and I
can't find why...
> Thanks,

Yes, recursive function calls are allowed / supported.
After all it's 'just' JavaScript!

Can you create a short playground example?

Most common reasons for issues with recursive functions / methods:
- No break condition (...too much recursion)
- Wrong context ('this' might not be what you've expected)

/Peter

--

** Unsere Veranstaltungen 2015
transport logistic M�nchen Halle B2, Stand 317/518 5.5.-8.5.2015
M�Lo Kassel 18.6.-20.6.2015
Postexpo Paris 29.9.-1.10.2015

** NEU: Unser BLOG
telematics-magazine.com

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to