Difference between revisions of "Wishlist"
(I don't have much experience on Wiki...) |
(Generic contexts are supported) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
Clean is a continuous work in progress. If you have any ideas about what is missing in Clean or could be improved you can add them to this page. | Clean is a continuous work in progress. If you have any ideas about what is missing in Clean or could be improved you can add them to this page. | ||
Adding something to the wishlist does '''not''' automatically mean that your great idea will be added to Clean. This list is just a place to collect ideas about how Clean could be improved. | Adding something to the wishlist does '''not''' automatically mean that your great idea will be added to Clean. This list is just a place to collect ideas about how Clean could be improved. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Interactive Debugger == | == Interactive Debugger == | ||
Line 23: | Line 11: | ||
It would be nice to have Clean's IDE on GNU/Linux. | It would be nice to have Clean's IDE on GNU/Linux. | ||
− | -- | + | --LeandroMattioli 00:25, 23 November 2008 (CEST) |
+ | |||
+ | == Compiler Option Check Overflow == | ||
+ | Could the IDE support a compiler option to have the executable check on numeric overflow? Just like you can have a program check on index out of range. And maybe there are more cases I dont know of where the executable currently continues with debatable intermediate results | ||
+ | |||
+ | --Erik Zuurbier 26 August 2010 |
Latest revision as of 13:14, 2 April 2019
Clean is a continuous work in progress. If you have any ideas about what is missing in Clean or could be improved you can add them to this page. Adding something to the wishlist does not automatically mean that your great idea will be added to Clean. This list is just a place to collect ideas about how Clean could be improved.
Interactive Debugger
Personally I find interactive debuggers to be invaluable tools for really shipping software. It would be great if Clean grew to have one (cf. Haskell, Erglang, O'Caml).
--Raould 00:31, 23 August 2008 (CEST)
IDE on GNU/Linux
It would be nice to have Clean's IDE on GNU/Linux.
--LeandroMattioli 00:25, 23 November 2008 (CEST)
Compiler Option Check Overflow
Could the IDE support a compiler option to have the executable check on numeric overflow? Just like you can have a program check on index out of range. And maybe there are more cases I dont know of where the executable currently continues with debatable intermediate results
--Erik Zuurbier 26 August 2010