<p>* RemObjects charges <strong>crazy bucks</strong> for their IDE<br />* and their IDE is not even built from ground, it is <strong>based on</strong> Visual Studio. <br />* Visual Studio Community Edition <span style="text-decoration:underline;">is available for free</span><br />* Oxygene Language is based on .NET meaning that RemObjects didn't make <strong>RTL</strong> for it, like file handling, compression, threads, everything is already implemented in .NET std library<br />* a compiler which compiles a programming language to .NET bytecode is inherently <em>easier </em>to develop than a cross-platform compiler which compiles to native code. To be fair, they do compile for other platforms like JVM, it seems, also MacOS but it's difficult to guess how exactly their compiler works and what it does because nowhere on their website it is explained in detail enough for me to understand; perhaps I'm dumb<br /><br />About features: my personal opinion is that in case of programming language features less is more; it is better to have few thoroughly designed features than dozens of half-assed features.</p><p>Features which save u typing a few characters should NOT be introduced. It is better to have verbose but consistent syntax than many so-to-say shortcut constructs.</p><p>Keywords for features that can be implemented using existing type system should NOT be introduced. Like from that blog post:<br />ššvar customers: <strong>sequence</strong> of Customer;<br />And why not<br />ššvar customers: Sequence<Customer>;<br />when they <em>already have</em> generics?<br /><br />17.02.2015, 18:29, "Bee" <<a href="mailto:bee.ography@gmail.com">bee.ography@gmail.com</a>>:</p><blockquote>šHi,<br /><br />šJust got an article about new language features from RO's Oxygene language. I think some of them might be good to be (considered and) implemented in FPC v.3.<br /><br />š<a href="http://blogs.remobjects.com/blogs/mh/2015/01/28/p7049">http://blogs.remobjects.com/blogs/mh/2015/01/28/p7049</a><br /><br />šWhat do you think? :)<br /><br />šRegards,<br /><br />š--<br />š-Bee-<br /><br />š,<br /><br />š_______________________________________________<br />šfpc-pascal maillist š- š<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a><br />š<a href="http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal">http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal</a></blockquote>