Giter Club home page Giter Club logo

Comments (9)

kytrinyx avatar kytrinyx commented on September 24, 2024

I think this track was originally written by a not-quite-yet-clojure dev who used it as an experiment in learning clojure. In other words: it probably just happened that way when they shook the internet and a tutorial with load-file fell out.

from clojure.

yurrriq avatar yurrriq commented on September 24, 2024

😆 great description. In my solutions repo, I modified the test logic a bit to enable Travis builds. The key change (other than removing all the load-file calls) was in this (later refined) delightfully hackish project.clj.

(let [paths (-> (:out (clojure.java.shell/sh "ls"))
                (clojure.string/split #"\n")
                (->> (remove #{"README.org" "project.clj" "target"
                               ;; Removed until solved
                               "prime-factors"}))
                vec)]
  (defproject xclojure "0.1.0"
    :description  "Exercism Exercises in Clojure"
    :url          "https://github.com/yurrriq/exercism/tree/clojure"
    :source-paths ~paths
    :test-paths   ~paths
    :dependencies [[org.clojure/clojure    "1.7.0"]
                   [org.clojure/core.typed "0.3.11"]]))

In xclojure we could/should probably parse config.json in place of the ls hack.

from clojure.

yurrriq avatar yurrriq commented on September 24, 2024

@kytrinyx, can I have write privileges on this repo? Clojure is probably my strongest language at the moment, so I could be good a resource here going forward too. I have a branch locally and just failed to push it. I guess I though xclojure would be managed by the lisp team, oops.

$ git push -u origin travis-tests
ERROR: Permission to exercism/xclojure.git denied to yurrriq.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

from clojure.

yurrriq avatar yurrriq commented on September 24, 2024

Gonna think on this some more. @canweriotnow, I know you're swamped, but maybe you can take a took. I'm at a bit of a loss for now..

from clojure.

kytrinyx avatar kytrinyx commented on September 24, 2024

@yurrriq I thought you did have write-access to this repo. Verifying now!

from clojure.

kytrinyx avatar kytrinyx commented on September 24, 2024

Update: The lisp team didn't have access to this repo. That's fixed now.

from clojure.

yurrriq avatar yurrriq commented on September 24, 2024

Thanks! I sincerely hope people didn't get a million Travis emails while I was experimenting.. If so, I'm sorry.

from clojure.

kytrinyx avatar kytrinyx commented on September 24, 2024

I didn't get any emails--it's probably fine.

from clojure.

yurrriq avatar yurrriq commented on September 24, 2024

🎉

from clojure.

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.