Giter VIP home page Giter VIP logo

shadchen-el's Issues

Incorrectness from concat pattern

(match "2019-02-27"
    ((concat year "-" month "-" day)
     (list year month day))) ;; => ("02" "2019" "27") ✘

(match "2019-02-27"
  ((concat year "-" (concat month "-" day))
     (list year month day))) ;; => ("2019" "02" "27") ✔︎

Warn on repeated symbols

(match (list 0 1)
  ((list b b) 'match)
  ((list a b) 'diff))

This returns 'match. Ideally shadchen would throw an error on repeated symbols to avoid confusion.

moar examples needed

I had fun using this for a matcher for the stuff produced by org-elements... it's pretty tricky because there aren't enough examples.

One particular problem I had was how I could match against something deep in a list, org-elements has stuff like this:

(headline (:raw-value "Jacintha Love" :begin 1 :end 198 :pre-blank 0 :hiddenp nil :contents-begin 17) ...)

How to match just :contents-begin for example?

any chance of another release?

There were some stupid bugs in 1.1 (to do with lexical-binding being pulled put out) so it would be good to have those two things in there as a release.

You can release really easily with marmalade through your Emacs with the marmalade-upload package, which is available on marmalade (obviously).

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.