Code Monkey home page Code Monkey logo

igorhvr / bedlam Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 3.0 893.91 MB

A set of Scheme libraries for SISC Scheme conveniently packaged together.

Home Page: http://github.com/igorhvr/bedlam/tree

License: Other

Shell 0.91% Scheme 58.14% JavaScript 2.79% Makefile 0.14% HTML 10.09% CSS 0.51% Perl 0.01% Java 10.45% PostScript 0.06% NSIS 0.11% TeX 0.46% XSLT 0.06% Scilab 15.30% Batchfile 0.04% AMPL 0.10% Clojure 0.01% Dockerfile 0.03% Roff 0.05% ASL 0.74%

bedlam's Introduction

bedlam's People

Contributors

felipelalli avatar igorhvr avatar vjavs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

bedlam's Issues

Assert with wrong output / debug / log message

The commit 4aeb5fa has broken the assert macro behavior.

For:

(assert (= 1 2))

Expected result:

failed assertion: (= 1 2)
bindings
Error: assertion failure
---------------------------
Some stack trace entries may have been suppressed. To see all entries set the dynamic parameter suppressed-stack-trace-source-kinds to '().

Broken result after 4aeb5fa commit:

failed assertion: (= 1 2)Error in vector-ref: expected type vector, got '#<character-output-port>'.
---------------------------
file:/home/igorhvr/idm/bedlam/jars/u/w/sisc/ssax-sxml/ssax-sxml-code.scm:226:34: <indeterminate call>
---------------------------
file:/home/igorhvr/idm/bedlam/jars/u/w/sisc/ssax-sxml/ssax-sxml-code.scm:225:3: <from call to for-each>
---------------------------
Some stack trace entries may have been suppressed. To see all entries set the dynamic parameter suppressed-stack-trace-source-kinds to '().

The problem is in iasylum/init-code.scm change. The (force-fmt-load) order change breaks assert macro.

Issue with using bedlam with compiled-from-source sisc. (reported by Felipe Lalli)

felipelalli@dell-debian:~/idm/bedlam$ cat readme.txt
Bedlam is a set of Scheme libraries for SISC conveniently packaged together.

To use this code you should simply do (replace the directory entry below by the place where you uncompressed bedlam):

(begin (define iasylum-bedlam-location "/home/igorhvr/idm/bedlam/") (load (string-append iasylum-bedlam-location "iasylum/init.scm")))

under SISC 1.16.6 or later.

felipelalli@dell-debian:~/idm/bedlam$ sisc
SISC (1.16.6)

;> (begin (define iasylum-bedlam-location "/home/felipelalli/idm/bedlam/") (load (string-append iasylum-bedlam-location "iasylum/init.scm")))

Error in load: evaluation error at file:/home/felipelalli/idm/bedlam/iasylum/init.scm:111:1

console:3:73:

Caused by Error in deserialize: got unexpected value sisc.exprs.EvalExp cannot be cast to sisc.data.Value

;>

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.