DEV Community

Jonyk56
Jonyk56

Posted on

1 1

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

Top comments (2)

Collapse
 
17lwinn profile image
17lwinn

FINALLY IT IS BACK, :D

Collapse
 
jonyk56 profile image
Jonyk56

ayo contact me on discord :)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay