Giter Club home page Giter Club logo

rye's People

Contributors

dependabot[bot] avatar invoicefox avatar jankom avatar otobrglez avatar pratikmota avatar refaktor avatar rokostik avatar stefanb 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

rye's Issues

Bad contrast on website

I liked the language, and I used to want to create something similar myself. But my eyes suffered incredibly while I looked at the site.
изображение
Firefox 123

But in the docs it looks ok:
изображение
Well, except that all the content is on the left and it’s not convenient to read on my 27-inch screen. It would be nice to center it like GitHub does, for example, or any other modern site.

problem with your Project Euler example

In the examples you have a solution to the first Project Euler problem, as follows:

; # Project Euler: problem 1
; sum all factors of 3 and 5 smaller than 1000
range 0 1000
|filter { :x all { x .factor-of 3 x .factor-of 5 } }
|sum .print
; result 33165

The actual problem is to sum the multiples (not factors) of 3 and 5. 3 has only two factors, 3 and 1, and 5 has only two factors, 5 and 1. Per your result you do seem to be summing the multiples of 3 and 5, so I conclude that your .factor-of function is confusingly misnamed.

Please accept this in the spirit in which it is offered. I think ryelang looks really promising. I wish you all success. I am not a language developer so I can't help with that, but I hope that clearing up the example might be a step in the right direction.

Is possible to create LuaX-like dialect?

I hate js and the entire modern web in general. Therefore, I am interested in various alternatives that somehow improve the situation. HTMX is my favorite right now. But recently I came across this interesting concept:
https://bvisness.me/luax/
I really liked the idea of mixing tags this way. I'm wondering if it is possible to implement such a dialect/DSL? Just a theoretical question.

If possible, what about support in the code editor? Will there be support for user-defined DSLs or is this impossible to implement without a type system?

Unexpected mathematical operator priority

Operators with same mathematical priority seem to be evaluated from the right:

×> 1.0 / 10.0 * 100.0
[Decimal: 0.001000]
×> 1.0 / 10.0 / 100.0
[Decimal: 10.000000]

Either this should be clearly documented or fixed or prevented.

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.