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 thi
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 t
I like the idea of a scheme like this.
On Oct 8, 2012, at 1:44 AM, Jonathan Fischer Friberg
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 scheme:
>
> .clj - d
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 - d