Giter Club home page Giter Club logo

aguila's People

Contributors

drkameleon avatar jpaquim 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

strogo jpaquim

aguila's Issues

Inspiration from QED

In case you didn't see it yet, head over to the QED programming language to see how it solves the "async" problematic in a tamed way so that async code can be used anywhere as sync code as it doesn't taint the surrounding at all. Head over to https://qed-lang.org/article/2019/06/27/coroutines.html to read about it.

Second thing QED has is quite unique UI construction (see TodoMVC - do not read any other demos like the animated bigger app Boat Rental or Bouncing Balls as they're using old quite bad syntax) approach which might resemble some things from Aguila but not all. Worth taking a look at! Note the todomvc demo does not use any HTML nor CSS nor JS.

Unfortunately the source of QED wasn't published yet (even though it's planned as open source). The author seems very approachable though and encourages everybody to contact him over email 😉.

The most recent news I found are on https://www.reddit.com/r/qedlang/ .

Desktop apps based on aguiga does not seem to work (Windows 10)

os: Windows 10 (20H2)
arturo: v/0.9.75 b/504 @ 2021-05-03T14

My first tests of aguila

I used arturo Lastest Nighly Windows-full version

  • First try of "arturo counter.art"
    On terminal, I got:
E:\Downloads\arturo-0.9.75-2021-05-03-Windows-full-d2e5ce1>arturo counter.art
>> Runtime | Le fichier spécifié est introuvable. (The specified file cannot be found)
Additional info: "Requested command not found: \'tidy -i tmp.html\'. OS error:"
     error |

I downloaded tidy.exe and put it in the working folder

  • Second try of "arturo counter.art"
    • the "counter testje" window is displayed,
    • but no display change when pressing either "+" key or "-" key (remains at 0),
    • When I close the window, on terminal, I got the message:
E:\Downloads\arturo-0.9.75-2021-05-03-Windows-full-d2e5ce1>arturo calculator.art
>> Runtime | input(1, 0) Error: { expected
     error |

Did I forget something in the installation of aguila or did I use the wrong version of arturo?

SIGSEGV: Illegal storage access. (Attempt to read from nil?)

  1. I have downloaded and decompressed arturo-0.9.77-Windows-full.zip from arturo-lang.io, and arturo.exe works

  2. then I followed #1 (comment)

$ git clone https://github.com/arturo-lang/aguila.git
$ cd aguila
$ /d/tmp/arturo-0.9.77-Windows-full/arturo.exe examples/calculator.art
SIGSEGV: Illegal storage access. (Attempt to read from nil?)

I have tried MSYS2+MINGW64 and Windows CMD. Both failed.

Examples are not working

Examples are broken right now. Incorrect attribute for .import

$ ./arturo examples/calculator.art
>> Runtime | File: calculator.art
     error | Line: 275
           |
           | cannot perform function
           | incorrect attribute type for .import -> :logical
           | accepts :block

$ ./arturo examples/counter.art
>> Runtime | File: counter.art
     error | Line: 275
           |
           | cannot perform function
           | incorrect attribute type for .import -> :logical
           | accepts :block

version: v/0.9.83 b/895 @ 2023-07-28T15:28:37-03:00
arch: amd64/windows

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.