Giter Club home page Giter Club logo

cl-op's People

Stargazers

 avatar

Watchers

 avatar

cl-op's Issues

"The variable _ is unbound."

What steps will reproduce the problem?
1. (asdf:oos 'asdf:load-op 'cl-op)
2. Try any example
3. "The variable _ is unbound."

What is the expected output? What do you see instead?
_ and __ should be exported. But they aren't.
It works if I go into the package (in-package :cl-op)

What version of the product are you using? On what operating system?
SVN or 0.7

Please provide any additional information below.
SBCL 1.0.27

I will try to formulate a patch to fix it.

Original issue reported on code.google.com by ulrich.moritz on 3 Sep 2009 at 8:00

Sharp-Quote reader macro is modified.

What steps will reproduce the problem?
1. Load cl-op
2. (get-dispatch-macro-character #\# #\')

This change isn't documented, and thus shall not be there. Moreover, it would 
be nice to provide a way for the user to disable it.

cl-op 0.7.0
SBCL 1.1.4

See http://paste.lisp.org/display/135664 for an example.
-- 
Rémi Birot-Delrue

Original issue reported on code.google.com by [email protected] on 26 Feb 2013 at 10:12

Error in example on home page

Hi,

the example you give 

   (mapcar (op / (+ _ _)) '(2 3 4) '(2 3 4)) => '(1/9 1/16 1/5)

is incorrect. It should be 

   (mapcar (op / (+ _ _)) '(2 3 4) '(2 3 4)) => '(1/4 1/6 1/8)


That threw me for a while until I actually downloaded the code and tested 
it. 

thanks,

Alex

Original issue reported on code.google.com by [email protected] on 6 Mar 2009 at 2:00

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.