Changes between Version 7 and Version 8 of FAQ
- Timestamp:
- 04/01/10 15:06:53 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v7 v8 17 17 * The various editors such as Ultra-Edit, Notepad++ etc. are mostly Windows only 18 18 19 == Why use wxWidgets and not ... ? ==19 == Why use wxWidgets and not ...? == 20 20 21 21 wxWidgets uses the native windowing widgets of each operating system and in theory that should be the nicest 22 and most "native looking" on all Operating Systems. So while it has it own problems and it is not the easiest22 and most "native looking" on all operating systems. So while it has it own problems and it is not the easiest 23 23 to write in it, it might have the best potential. 24 24 25 25 26 == Why using Subversion when Git is so much better ==26 == Why using Subversion when Git is so much better? == 27 27 28 28 We started to use SVN as Gabor did not know Git. … … 33 33 and Linux then we can consider switching. 34 34 35 == Why using ithreads when forks/coro is so much better ==35 == Why using ithreads when forks/coro is so much better? == 36 36 37 37 Threads are the only Perl concurrency system that is portable and actually runs things in parallel and makes use of multiple cores. We needed something portable that does real concurrency (i.e. no cooperative multi-threading or event loop), so fork was out of the loop due to portability and POE/Coro due to cooperative multithreading. 38 38 39 39 40 == How do you expect people to install Padre, it has so many dependencies ==40 == How do you expect people to install Padre, it has so many dependencies? == 41 41 42 42 Padre is a new and very large project but from day one we started think about the problem of
