Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
esubaalew
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
esubaalew
4mo ago
appctl can work in simple steps. appctl setup; and then appctl chat; to chat in termianl or appctl serve to chat on the web
2.
▲
Show HN: Appctl LLM tools for apps you have
(github.com)
1 points
by
esubaalew
4mo ago
|
1 comments
3.
▲
by
esubaalew
11mo ago
Also read here: https://code.esubalew.et/using-run-kit-to-mix-multiple-langu... demo code: https://github.com/Esubaalew/run-kit-analytics
4.
▲
Using Run-Kit to Run Python, R, and JavaScript Inside Rust – 26 Languages
(esubalew.et)
2 points
by
esubaalew
11mo ago
|
2 comments
5.
▲
by
esubaalew
1y ago
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
6.
▲
by
esubaalew
1y ago
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
7.
▲
by
esubaalew
1y ago
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
8.
▲
by
esubaalew
1y ago
I am not good at English. but I am sure my claim is correct and it my idea not LLM's
9.
▲
by
esubaalew
1y ago
added note on the readme
10.
▲
by
esubaalew
1y ago
https://github.com/Esubaalew/run/blob/master/README.md read the docs
11.
▲
by
esubaalew
1y ago
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
12.
▲
by
esubaalew
1y ago
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 und
13.
▲
by
esubaalew
1y ago
It's simple. It was made by someone who's just starting out with Rust.
14.
▲
by
esubaalew
1y ago
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 cre
15.
▲
by
esubaalew
1y ago
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
16.
▲
Show HN: Run – a CLI universal code runner I built while learning Rust
(github.com)
96 points
by
esubaalew
1y ago
|
39 comments