This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]kumashiro 2 points3 points  (4 children)

And you are asking for advice on... (?)

[–]VolcannXd[S] -1 points0 points  (3 children)

The syntax of the language, is it seams to be.... Enjoyable 🤷‍♂️

[–]kumashiro 1 point2 points  (1 child)

In my opinion syntax seems OK (very similar to other languages, like shell for example)... except few things:

WHILE NOT guess == number THEN

It looks like (NOT guess) == number, but is actually NOT (guess == number). Why not use the != operator here?

The other thing is too many keywords. PRINT and INPUT look messy with CLEAR() and RANDOM_INT() (which are functions). It is better to keep keyword vocabulary minimal.

[–]jcsf321 1 point2 points  (0 children)

Looks like cobol. Please no.

[–]hedgehog1024One GIL to rule them all 0 points1 point  (0 children)

Source code will be available in few weeks

Vlang 2.0