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

Whats Wrong Newsletter. #1

Open
frank-dspeed opened this issue Nov 16, 2022 · 0 comments
Open

Whats Wrong Newsletter. #1

frank-dspeed opened this issue Nov 16, 2022 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@frank-dspeed
Copy link
Member

Whats Wrong November 2022.

We will release a whats wrong Newsletter to share our Observations in the Open Source World.

This week Code Editors

  • VSCode
    • Is using Electron
    • Wants to replace it with its own rust cli since 2 weeks which will use tokio channels to link the other Editor stuff
      • The Cli will make them then later switch to more and more rust code

Whats wrong in rust?

  • Macros
    • The macros destroy the lexical scope of rust. It makes it less analyzable and so on
    • Tooling needs to be written the more Macro based Rust Code comes up.
    • The Macros need to get Replaced by ECMAScript based code generation.
@lemanschik lemanschik added the documentation Improvements or additions to documentation label Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants