Open progamateur opened 3 years ago
Well, let's see...
Using the current (stable or nightly, doesn't really matter) version of arturo installed...
git clone https://github.com/arturo-lang/aguila.git
cd aguila
arturo examples\calculator.art
P.S.
(1) Águila is by no means "complete". As a matter of fact, I'm currently in the process of a complete re-vamp, with many-many more functionalities and a slightly different approach. But, until then, the current version - along with the current version of Arturo - should be working fine. (At least on mac, it does - if there is any issue on Windows, I'll have to look into it...)
(2) For that to work, we'll definitely need the "full" version of Arturo installed
(3) With the "full" version installed, could you please open the REPL for me and just write a super-simple command (only to see if the webview component per se works)? webview "Hello!"
E:\Downloads\arturo-0.9.75-2021-05-03-Windows-full-d2e5ce1>arturo
Arturo
(c) 2019-2021 Yanis Zafirópulos
$> webview "Hello"
Result : ![webview_test](https://user-images.githubusercontent.com/58486307/116896939-0316c480-ac35-11eb-9c1a-e865b75c94e8.png)
* Aguila test
E:\Downloads\arturo-0.9.75-2021-05-03-Windows-full-d2e5ce1>cd aguila
E:\Downloads\arturo-0.9.75-2021-05-03-Windows-full-d2e5ce1\aguila>..\arturo .\examples\counter.art
Result : ![counter_art_aguila_test](https://user-images.githubusercontent.com/58486307/116897089-2a6d9180-ac35-11eb-99dc-4f9f1f75e91d.png)
"0" always displayed
Closing "counter testje" window after one or more clicks on "+" or "-" button :
E:\Downloads\arturo-0.9.75-2021-05-03-Windows-full-d2e5ce1\aguila>..\arturo .\examples\counter.art
Runtime | input(1, 0) Error: { expected error |
Wow. Great job!
Thank god, the webview - at least - seems to be working quite fine.
Regarding the counter
example might have some issues and not be completely up-to-date (+ it was not written by me). Even if it's a bit early to say anything about the project, I would suggest trying the calculator example 😉
Well, with calculator.art, I got the same result : no action after any button clik and the message after closing the "calculator" window:
E:\Downloads\arturo-0.9.75-2021-05-03-Windows-full-d2e5ce1\aguila>..\arturo .\examples\calculator.art
>> Runtime | input(1, 0) Error: { expected
error |
Hmm.. that's weird indeed.
I will give it a try myself as soon as I have access to a Windows computer with a GUI. (I'll have to set an old laptop up with Windows sooner or later, I guess there's no alternative lol)
Re: Arturo, I would suggest you don't bother too much about Águila - yet. So, I guess - the way things are right now - we could come across even weirder bugs...
OK, I'll wait and see...
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:
I downloaded tidy.exe and put it in the working folder
Second try of "arturo counter.art"
Did I forget something in the installation of aguila or did I use the wrong version of arturo?