Xent.fx Devblog 1

jonyk56

Jonyk56

Posted on September 1, 2022

Xent.fx Devblog 1

'ello everyone!

I know not a lot of people follow my dev.to or even are interested in Xent/Xent.fx at the moment, so I decided im going to make a devblog to keep people up to date on progress.

as of now, Xent.fx has its main code about 2%ish done.

With Xent.fx being back on my schedule, I'd like to give some code examples of Xent.fx so... here you go!

$DEFINES
@use[core] %%Core is a typespace and cannot be used directly.
%%&sudo[core](in) "in" %%You would uncomment this and use it if you wanted console inputs or a general input stream
&sudo[core](out) "out" %% provides you with basically the javascript console
$MAINSPACE
cspace _[]{
  in#log(`hello world`);
}
Enter fullscreen mode Exit fullscreen mode
💖 💪 🙅 🚩
jonyk56
Jonyk56

Posted on September 1, 2022

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related