Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

std.lang walkthrough tutorials #5

Open
zcaudate opened this issue Dec 16, 2022 · 9 comments
Open

std.lang walkthrough tutorials #5

zcaudate opened this issue Dec 16, 2022 · 9 comments

Comments

@zcaudate
Copy link
Collaborator

Please give feedback, also how much depth should I go into the following:

  • runtime construction
  • grammer construction
  • extensibility
@zcaudate
Copy link
Collaborator Author

@ShalokShalom
Copy link

I would like to know, how I can simply transpile from Clojure to Lua

The README suggests this project can do much more, and I am slightly unsure, if transpiling is actually one of the features.

I wanna target a Lua API

@zcaudate
Copy link
Collaborator Author

zcaudate commented Jan 12, 2025 via email

@ShalokShalom
Copy link

Yeah, I agree that the word transpiler is misplaced here, thanks

@zcaudate
Copy link
Collaborator Author

zcaudate commented Jan 12, 2025 via email

@ShalokShalom
Copy link

Programming a game engine

@zcaudate
Copy link
Collaborator Author

zcaudate commented Jan 12, 2025 via email

@ShalokShalom
Copy link

Yes, I want to use it it as a scripting language.

@zcaudate
Copy link
Collaborator Author

It might be worthwhile to have a look at the tests here as xtalk defines a set of functionality that are [cross-language]
(https://github.com/zcaudate-xyz/foundation-base/blob/main/test/xt/lang/base_lib_test.clj)

There's alot of functionality defined in xt.lang. This code transpiles to lua, js and python.

this is an example of a generic connector that talks to a remote port (started on the runtime)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants