Giter Site home page Giter Site logo

shen-libs's Introduction

This is a repository of experimental Shen libraries.

Shen is modern rapidly developing programming language (more precisely - 
metalanguage) created by Dr. Mark Tarver for all modern platforms (Python, 
JavaScript, Scheme, Common Lisp and many others).
It combines functional programming, pattern-matching, compiler-compiler, 
declarative programming (almost one-to-one as in prolog) the most powerful 
type system in one single, and a compact and crossplatform core.
You may found more information about Shen on http://www.shenlanguage.org.
Information about Shen's predecessor Qi is on http://www.lambdassociates.org.

If you want to share your code with other Shen users then write to 
vasil.s.d AT gmail.com for details how to do it.

Your patches, suggestions, remarks are always welcome.


Vasil S. Diadov

shen-libs's People

Contributors

4da avatar eschulte avatar fraya avatar gravicappa avatar kmatheussen avatar srenatus avatar thezerobit avatar tizoc avatar vasil-sd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

shen-libs's Issues

modulesys load-fn is 0 place, and (function F) doesn't work in such cases.

Since Shen doesn't register a lambda form for 0-place functions this breaks in load-module-sources

One possible solution is to make it so that load-fn is a 1-place function, another one is to use freeze/thaw instead of a symbol.

I think like the first option better (keeps the spec definition the same).

Weird error message - Argument X

If we type wrong type of argument, we are going to get weird message. For example:

(define mul
A B -> (* A B)
)
(mul 2 "F") \* Argument X is not a NUMBER: "F" *\
(mul  "F" 2) \* Argument X is not a NUMBER: "F" *\
(mul  "F" "F") \* Argument X is not a NUMBER: "F" *\

I don't have any X.
Macros display the same message.

It should display something like:
Argument A is not a NUMBER: "F"

Wrong type(s):
A - not a NUMBER
B - not a NUMBER

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.