Jump to content

Recommended Posts

To clarify, I was sure the code looks like this:

 

count: 1000

repeat count [write/line count: 1000 - count]

write/line "dupa end"

but it looked like this:

 

count: 1000

repeat count [write/line 1000 - count]

write/line "dupa end"

the first produces 0 and 1000 alternately (which I don't understand), and the second of course 0.

 

lack of readability from my side ;)

Edited by zbyti
Link to comment
Share on other sites

unsafe!!! constant reference volatile byte! [
  RND= ~D20A
]

forever [
  either RND < ~80 [write "/"] [write "\\"]
]

write "workaround"

atari000.png.e1fac99c7cfe0a64f5e0cbec6ce48299.png

program.xex

 

without last line I have an error:

 

out.c:26: Error: Expression expected
out.c:26: Error: Illegal function call
out.c:31: Error: Incomplete type 'void'
out.c:31: Error: Incomplete type 'void'
out.c:32: Warning: Parameter 'arguments' is never used
4 errors and 1 warnings generated.

 

  • Thanks 1
Link to comment
Share on other sites

switch, and, or, xor - not implemented yet?

 

and again:

 

./compile test.meta 
Compiling file test.meta

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: atari8.metaproject.frl

Result is in file program.xex

it's not fun...

Edited by zbyti
Link to comment
Share on other sites

4 minutes ago, Kaj de Vos said:

Looks like you need a better DNS provider. Try 1.1.1.1 or Google.

I don't think so. I used 8.8.8.8 and 1.1.1.1.

 

@Kaj de Vos I'll back to testing Meta if you clearly let us know what part of REBOL is implemented. For now I used http://rigaux.org/language-study/syntax-across-languages-per-language/Rebol.html

 

It's time consuming - guessing whats works what not. Online compiler spoil fun too.

Link to comment
Share on other sites

unsafe!!! constant reference volatile byte! [
  RTCLOK3= ~14
  STICK0= ~278
]

forever [
  tmp: RTCLOK3 + 4
  while tmp > RTCLOK3 []
    if STICK0 = 14 [write/line "UP"]
    if STICK0 = 13 [write/line "DOWN"]
    if STICK0 = 7 [write/line "RIGHT"]
    if STICK0 = 11 [write/line "LEFT"]
]

write "workaround"

atari001.png.cf2eef0242e218a3c27532180cf005c7.png

 

program.xex

 

without not implemented switch + workaround

 

  • Like 1
Link to comment
Share on other sites

d:\Projekty\Meta>dir /b
compile.ape
curl.exe
libcurl.dll
test.meta

d:\Projekty\Meta>compile.ape test.meta
Compiling file test.meta

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

Result is in file program.xex

d:\Projekty\Meta>dir /b program.xex
File Not Found

I tried to use the compile.ape with curl.exe to compile a sample program, however with "Result is in file program.xex" there is no program.xex in the current directory. Any hints?

Link to comment
Share on other sites

16 hours ago, Kaj de Vos said:

Again, there isn't one yet. It takes a lot of time to write documentation. It's great if you want to try Meta already, but then you have to make do with the few examples I have published so far and the REBOL documentation I have selected. It's really useful to work through that to learn the basics.

I agree that writing documentation is time consuming, but documentation for a new language is a must have. Maybe less time consuming would be pointing the differences from REBOL? Now for the ones that try to use the language it is a guessing game.

Here is the best REBOL guide that I found so far:

https://www.cis.upenn.edu/~matuszek/Concise Guides/Concise Rebol.html 

 

Edited by ilmenit
  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...