Giter Club home page Giter Club logo

Comments (3)

cgrand avatar cgrand commented on May 24, 2024

We can't use conditional reading because conditional reading will only pick one feature (out of web and native) while we must compile both to a single codebase.

Then it's going to be a special form.

(dart/sniff
  dart:io (some native code)
  dart:html (some web code))

could we lift these expressions to distinct files and emit conditional imports automatically?

We should also modify ns to allow to specify :when in a require.

from clojuredart.

cgrand avatar cgrand commented on May 24, 2024

See #128

from clojuredart.

cgrand avatar cgrand commented on May 24, 2024

Let's ponder about

(dart/sniff
  dart:io (some native code)
  dart:html (some web code))

My original idea was to have it replaced by some function call and the function being defined in a conditionally imported lib.
However this approach is going to create weird cases when for example you have an await or a recur inside the expressions (because then they would apply to the extracted function).

My new idea is to have a new special in "dart sexp" (our representation of the subset of dart code we produce) too. Then we would just walk the top-level code in search of a dart/platform-case and if found we would produce dart/platform-case-free variants that we would dump in conditionally imported helper libs.

from clojuredart.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.