yaegi
klipse
yaegi | klipse | |
---|---|---|
43 | 14 | |
7,102 | 3,111 | |
1.5% | - | |
6.6 | 4.6 | |
3 months ago | about 1 month ago | |
Go | HTML | |
Apache License 2.0 | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
yaegi
- Show HN - htmgo, build simple and scalable systems with go and Htmx
-
Ask HN: Writing a Shell in Go, Advice
Take a look at yaegi, it already can be used as a REPL and shell. [1]
[1] https://github.com/traefik/yaegi
- Golang Interpreter Written in PHP
-
CouchGO! — Enhancing CouchDB with Query Server Written in Go
One problem I faced here was that the Query Server should be able to interpret and execute arbitrary code provided in design documents. Knowing that Go is a compiled language, I expected to be stuck at this point. Thankfully, I quickly found the Yeagi package, which is capable of interpreting Go code with ease. It allows creating a sandbox and controlling access to which packages can be imported in the interpreted code. In my case, I decided to expose only my package called couchgo, but other standard packages can be easily added as well.
- Traefik/Yaegi: Yaegi Is Another Elegant Go Interpreter
-
Go: What We Got Right, What We Got Wrong
Yes. There are long standing feature requests for (e.g.) the reflect package that simply don't get done because they'd break this assumption and/or force further indirection in hot paths to support "no code generation at runtime, ever".
Packages like Yaegi (that offers an interpreted Go REPL) have "know limitations, won't be addressed" also because of these assumptions.
https://github.com/golang/go/issues/4146
https://github.com/golang/go/issues/16522
https://github.com/traefik/yaegi?tab=readme-ov-file#limitati...
- Fourteen Years of Go
-
Gojekyll – 20x faster Go port of jekyll
There is always https://github.com/traefik/yaegi - a Go interpreter written to make it easy to write plugins.
- Jacobin: Minimal JVM written in Go and capable of running Java 17 classes
-
Can Go run statements in cmd like Python?
I think https://github.com/traefik/yaegi comes as close as using the python interpreter in you CLI, but for Go
klipse
-
Adyen Tech Academy: Taking Onboarding and Upskilling to The Next Level
There's also a whole bunch of knowledge that exists outside the company, and hearing different ideas always helps us to sharpen our perspectives. To that end, we do our best to invite world-class engineers to give talks at Adyen. Sam Newman (the author of Monoliths to Microservices), Steve Freeman (Growing Object-Oriented Systems Guided by Tests), Yehonathan Sharvit (Data-Oriented Programming), and Gergely Orosz (The Pragmatic Engineer) are a few of the names we had this year. We also have invited academics to talk about their research. Michael Hilton (who spoke about mob programming), Jonathan Bell (flaky tests) and Burcu Kulahcioglu Ozkan (testing distributed systems) are among the speakers.
-
Pryrite: Interactively execute shell code blocks in a Markdown file
For doing something similar in a browser, klipse supports over a dozen languages - https://github.com/viebel/klipse
- Try Clojure – An interactive tutorial in the browser
-
Interactive Clojure tutorial
I have built this interactive Clojure tutorial using OrgPad and Klipse. Within an hour or two, one can go through all basics of Clojure. Interactive code snippets allow to play with Clojure, without having to install anything on your computer or having to copy code snippets to web-based REPL. When people discover how amazing the language is, they can invest into getting their IDE and REPL running.
-
New playground for Go
And maybe also traefik/yaegi in combination with viebel/klipse. (Steps for using Klipse & Yaegi here and here.)
-
Data-Oriented Programming is dope
Yehonathan Sharvit explains that in his book Data-oriented programming. The book explores tenets of this paradigm, as a dialog between two people.
-
📖 Data-Oriented Programming book: First draft
You can find a discount code on my blog.
-
Top 10 Trending Projects on GitHub for Web Developers
Checkout this repo here
-
Show HN: Run Python, Ruby, Node.js, C++, Lua in the Browser via x86 to WASM JIT
This is awesome! Thanks for providing more details (was a bit hard to notice at first) [0].
For folks here interested in doing this kind of thing (one example is for building web-available IDEs) the other way to run languages in the browser is to find implementations of the language in JavaScript like Brython for Python and there are a few Schemes that come to mind. I wrote a bit about this here [1].
Some people have taken this even further [2, 3].
[0] https://github.com/fiugd/plugins/tree/main/languages
[1] https://datastation.multiprocess.io/blog/2021-06-16-language...
[2] https://github.com/fiugd/plugins/tree/main/.templates
[3] https://github.com/viebel/klipse
- A new way of blogging about Golang
What are some alternatives?
gomacro - Interactive Go interpreter and debugger with REPL, Eval, generics and Lisp-like macros
Graveyard-Keeper-Savefile-Editor - Edit, save and export save files from the game Graveyard Keeper - Works for Windows, Linux and macOS
grule-rule-engine - Rule engine implementation in Golang
scittle - Execute Clojure(Script) directly from browser script tags via SCI
golive - ⚡ Live views for GoLang with reactive HTML over WebSockets 🔌
forem - For empowering community 🌱
scriggo - The world’s most powerful template engine and Go embeddable interpreter
p2p-chat - Serverless peer to peer chat on WebRTC
gobook - Simple in Pure Go in Browser Interactive Interpreter
clojurescript - Clojure to JS compiler
gophernotes - The Go kernel for Jupyter notebooks and nteract.
turborepo - Incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust – including Turborepo and Turbopack. [Moved to: https://github.com/vercel/turbo]