Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Top 20 TypeScript programming-language Projects
-
-
Project mention: Penrose Create beautiful diagrams just by typing math notation in plain text | news.ycombinator.com | 2023-03-22
-
Klotho
AWS Cloud-aware infrastructure-from-code toolbox [NEW]. Build cloud backends with Infrastructure-from-Code (IfC), a revolutionary technique for generating and updating cloud infrastructure. Try IfC with AWS and Klotho now (Now open-source)
-
Project mention: what is your favorite programming language? And Why? | reddit.com/r/developersIndia | 2023-04-15
Assembly and bhai lang
-
Project mention: A personal history of visual programming environments (2021) | news.ycombinator.com | 2022-12-22
I enjoyed reading this. I knew of quartz composer but I never did anything with it.
I love visual tools and I think they are underutilized today. I cut my teeth in ~2005 with Houdini[0] and Fusion[1] which are both heavily graph / node based (and procedural).
Most recently I have been rekindling my love for visual programming and flow based programming and plan to spend some time in January and February doing more research around flow based programming for infrastructure management.
I plan to get this sort of info published on my website which I have neglected for half a decade or more but if you are interested in visual programming you might enjoy checking these out:
Unit from Samuel Timbó:
https://github.com/samuelmtimbo/unit
A video of me exploring what I figured out about it (while also learning to stream) https://www.youtube.com/watch?v=vwknTfGVDq8
Behave-Graph from Ben Houston:
https://github.com/bhouston/behave-graph
And the products I learned so long ago
[0] Houdini https://www.sidefx.com/products/houdini/
-
In this insightful article, Elad Ben-Israel, the mind behind the CDK, shares his love for the cloud, but also his frustrations with the complexity of building cloud applications. The challenges he identifies include:1. Focus on non-functional mechanics: The need to understand and manage cloud platform mechanics instead of focusing on building valuable features for users.2. Lack of independence: Developers often need to rely on others to handle parts of the deployment process or to resolve issues, interrupting their work flow.3. Delayed feedback: The current iteration cycle in cloud development can take minutes or even longer, significantly slowing down the development process and making it harder for developers to stay in their flow state.## It's not just a rantElad is not just ranting about cloud development. He proposes a solution in the form of a programming language for the cloud. This language would treat the entire cloud as its computer. The language compiler will be able to see the complete cloud application, unbound by the limits of individual machines. Such a compiler would be able to handle a significant portion of the application's non-functional aspects, enabling developers to operate at a more abstract level, thus reducing complexity and promoting autonomy. Moreover, it could expedite iteration cycles by allowing to compile applications to quick local simulators during the development process. ## The Winglang ProjectElad reveals that he's in the process of developing such an open-source, “cloud-oriented” language, dubbed Winglang. Wing aims to improve the developer experience of cloud applications by enabling developers to build distributed systems that leverage cloud services as first-class citizens. This is achieved by integrating infrastructure and application code in a secure, unified programming model. Wing programs can be executed locally via a fully-functional simulator or deployed to any cloud provider.## My Interest in WinglangI, together with a group of dedicated contributors, joined forces with Elad to develop Winglang.While still in Alpha and not yet ready for production use, it's already possible to build some real applications.Check out https://github.com/winglang/wing for more details.
-
bitloops-language
Open-source transpiled programming language that helps you write clean code, well-designed systems, and build high-quality software that is testable, auditable and maintainable. Like what you see? Don't forget to star! :star: ^^^
Project mention: Next generation software development platform with its own programming language. Write code and get visual overview of how your app is structured! | reddit.com/r/u_bitloopslanguage | 2023-02-09 -
Project mention: Quel framework utilise service-public.fr pour les questions à choix multiples ? | reddit.com/r/france | 2023-02-01
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
Project mention: List of Resources for Developing with CashTokens on Bitcoin Cash | reddit.com/r/cashtokens | 2023-05-20
https://cashscript.org/ (check out the guides!)
-
-
-
vscode-extension
Monitor your code for exposed API keys, tokens, credentials, and high-risk security IaC misconfigurations (by SpectralOps)
Securing web applications is fast becoming a business goal for organizations as data breaches can create long-term repercussions. Web AppSec is a tremendous practice for you to protect your websites, databases, and applications. It involves developers taking charge of application security by continuously monitoring and testing their systems. Spectral empowers developers to simplify Web AppSec and make it a part of their everyday tasks.
-
wheel-lang
A small toy imperative language (with some OOP features) for demonstrating and practicing language design/implementation.
Project mention: How did you choose the name for your programming language? | reddit.com/r/ProgrammingLanguages | 2022-06-06A friend made a snarky comment that I was reinventing the wheel; hence, wheel-lang.
-
Hey! I started on the data modeling language Link, which doesn't do much by itself. I am going to use BaseLink for the compiler, at first just compiling to JavaScript.
-
Project mention: [MISC] kodeine v0.1.1-alpha - Improved reevaluation, local variables! | reddit.com/r/kustom | 2022-10-26
You can also take a look at the GitHub release.
-
Project mention: How to structure AST object types when the AST objects might be lazily evaluated? | reddit.com/r/ProgrammingLanguages | 2022-12-27
Basically the problem is I have an AST object type such as ASTClass (called mesh-form in my source code, if curious, which is in TypeScript) or ASTFunction (which is mesh-task, etc.). These classes and functions are instantiated up front as it resolved the sort of XML node tree. Initially, they don't even have a name, because that comes as a child node. Or the property types are simply strings and not linked to an instantiated object type. That sort of stuff.
-
Project mention: deno-ffigen: C FFI bindings generation for Deno | reddit.com/r/ProgrammingLanguages | 2022-08-08
While I was developing lole-lisp I happened to create a tool to generate C FFI bindings for Deno.
-
Project mention: Show HN: Tscpl – My ACPL to TypeScript Transpiler | news.ycombinator.com | 2023-02-16
-
-
Project mention: Would there be any interest in an online playground cookiecutter/generator for custom langs? | reddit.com/r/ProgrammingLanguages | 2022-11-13
While working on Alumina programming language, I created an online compiler playground that can be used to compile & execute code examples. The playground itself is now open-source too and I was thinking to make it reusable, so people can plug their own compilers and interpreters for their own languages.
-
Sonar
Write Clean JavaScript Code. Always.. Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
TypeScript programming-language related posts
- A Manifesto for Cloud-Oriented Programming from the creator of the CDK
- Cloud, why so difficult? 🤷♀️
- Você programa em inglês ou pt?
- Programming without a stack trace: When abstractions become illusions
- History and Future of Infrastructure as Code
- History and Future of Infrastructure as Code
- New Open-Source Language for Cloud Development from the Creator of the CDK
-
A note from our sponsor - InfluxDB
www.influxdata.com | 2 Jun 2023
Index
What are some of the best open-source programming-language projects in TypeScript? This list will help you:
Project | Stars | |
---|---|---|
1 | wenyan | 18,899 |
2 | penrose | 5,684 |
3 | bhai-lang | 3,587 |
4 | unit | 1,450 |
5 | wing | 1,011 |
6 | bitloops-language | 309 |
7 | publicodes | 109 |
8 | cashscript | 100 |
9 | cicada | 60 |
10 | f-flat_node | 25 |
11 | vscode-extension | 15 |
12 | wheel-lang | 14 |
13 | link | 11 |
14 | kodeine | 8 |
15 | base.link | 6 |
16 | lole-lisp | 6 |
17 | f-flat-minor | 4 |
18 | TSCPL | 3 |
19 | exlog | 2 |
20 | playground | 1 |