Code Monkey home page Code Monkey logo

Comments (4)

artob avatar artob commented on May 30, 2024

I have commit bits to ECL. Could you clarify what exactly needs fixing, please?

from clasp.

fmitha avatar fmitha commented on May 30, 2024

On Tue, 7 Oct 2014, Arto Bendiken wrote:

I have commit bits to ECL. Could you clarify what exactly needs
fixing, please?

Hi,

The directions for restarts in ECL are ambiguous at best. See
below. It says

 1. (RESTART-TOPLEVEL) Go back to Top-Level REPL.

The natural assumption is that you need to type "1". But if you do "1"
it doesn't work. You have to do :r1. How are you supposed to know
that is what you need to do?

It should state explicitly that you need to do :r1, or :rn in
general.

                                                  R egards, Faheem
faheem@orwell:~$ rlwrap ecl
ECL (Embeddable Common-Lisp) 13.5.1 (git:UNKNOWN)
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993 Giuseppe Attardi
Copyright (C) 2000 Juan J. Garcia-Ripoll
ECL is free software, and you are welcome to redistribute it
under certain conditions; see file 'Copyright' for details.
Type :h for Help.
Top level in: #<process TOP-LEVEL>.
> (1 1)

Condition of type: SIMPLE-PROGRAM-ERROR
In form
(1 1)
FUNCTION: Not a valid argument 1.

Available restarts:

1. (RESTART-TOPLEVEL) Go back to Top-Level REPL.

Broken at SI:BYTECODES. [Evaluation of: (SI:TOP-LEVEL T)] In: #<process
TOP-LEVEL>.
>> 1

1
>> :r1

from clasp.

Shinmera avatar Shinmera commented on May 30, 2024

Clasp makes a little mention about how to invoke restarts now.

from clasp.

bamboospirit avatar bamboospirit commented on May 30, 2024

I agree that ECL's restarts are ambigous

from clasp.

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.