HackerTrans
トップ新着トレンドコメント過去質問紹介求人

esubaalew

no profile record

投稿

Show HN: Appctl LLM tools for apps you have

github.com
1 ポイント·投稿者 esubaalew·2 か月前·1 コメント

Using Run-Kit to Run Python, R, and JavaScript Inside Rust – 26 Languages

esubalew.et
2 ポイント·投稿者 esubaalew·9 か月前·2 コメント

Show HN: Run – a CLI universal code runner I built while learning Rust

github.com
96 ポイント·投稿者 esubaalew·9 か月前·39 コメント

コメント

esubaalew
·2 か月前·議論
appctl can work in simple steps. appctl setup; and then appctl chat; to chat in termianl or appctl serve to chat on the web
esubaalew
·9 か月前·議論
Also read here: https://code.esubalew.et/using-run-kit-to-mix-multiple-langu... demo code: https://github.com/Esubaalew/run-kit-analytics
esubaalew
·9 か月前·議論
Cool point it is not about comparing run-kit with ipython and they are different things. Ipython is about python and mine is about different languages. And btw I am adding variables between different languages
esubaalew
·9 か月前·議論
TBH, my plan was not to replace any of the previous ones, and the name polygot is from my idea of many languages in with a single command, and as simple as run 'code' or run lang code
esubaalew
·9 か月前·議論
TBH my plan was not to replace any of the previous ones and the name polygot is from my idea of many languages in with a single command and simple as run 'code' or run lang code
esubaalew
·9 か月前·議論
I am not good at English. but I am sure my claim is correct and it my idea not LLM's
esubaalew
·9 か月前·議論
added note on the readme
esubaalew
·9 か月前·議論
https://github.com/Esubaalew/run/blob/master/README.md

read the docs
esubaalew
·9 か月前·議論
You're right—Kotlin can be used as Kotlin/JS for web development, and as a compiled language when we're talking about Android development. Context matters
esubaalew
·9 か月前·議論
You're right—and the same applies to Kotlin. Swift is more like Rust, C, and C++ in that it compiles directly to machine code. So yes, Swift is currently listed under the wrong category.

As for Kotlin, it could reasonably be placed under either "Web & scripting" or "Compiled," depending on how it's used. Since Kotlin can also compile to JavaScript, its classification depends on the context. If we're talking about Android development, then Kotlin is clearly a compiled systems language.

To clarify: Swift is a compiled, statically typed systems language, much like Rust, C++, or Go. Its core toolchain (swiftc) compiles code into native binaries.
esubaalew
·9 か月前·議論
It's simple. It was made by someone who's just starting out with Rust.
esubaalew
·9 か月前·議論
Yes, that's exactly the point. What I'm trying to do is: 1. Use Rust because it's fast. 2. Make REPLs universal, so we don't need separate REPLs for different languages. 3. And third—though not a new idea—is to create better abstractions, like allowing print statements without requiring a main function, and accessing variables without explicitly printing them.
esubaalew
·9 か月前·議論
The idea is similar to IPython, which provides an interactive interface for programming languages. The motivation isn't about building a massive CLI tool—it's about questioning why we need a separate REPL for each language when we could use a single command-line interface that lets us switch between languages on the fly.