Re: File endings proposal for easier cross-compiling

2012-10-08 Thread Stuart Sierra
Feature Expressions provide an escape from file extensions. http://dev.clojure.org/display/design/Feature+Expressions Everything could become a .clj file. Sources dedicated to different targets would live in different directories. -S -- You received this message because you are subscribed to

Re: File endings proposal for easier cross-compiling

2012-10-08 Thread Jim - FooBar();
On 08/10/12 18:33, Stuart Sierra wrote: Feature Expressions provide an escape from file extensions. http://dev.clojure.org/display/design/Feature+Expressions Everything could become a .clj file. Sources dedicated to different targets would live in different directories. -S -- You received

File endings proposal for easier cross-compiling

2012-10-07 Thread Jonathan Fischer Friberg
Hi, In my opinion, cross-compiler projects is way too complicated to pull off. When they really shouldn't be. Therefore, I'm proposing the following file ending scheme: .clj - detected by all compilers. In a cross-compiler project, .clj files contains code not specific to the compiler. .cljj -

Re: File endings proposal for easier cross-compiling

2012-10-07 Thread Joseph Smith
I like the idea of a scheme like this. On Oct 8, 2012, at 1:44 AM, Jonathan Fischer Friberg odysso...@gmail.com wrote: Hi, In my opinion, cross-compiler projects is way too complicated to pull off. When they really shouldn't be. Therefore, I'm proposing the following file ending