Live data from Hacker News

Repl.it raises $4.5M from A16Z, Paul Graham, and others

repl.it

131–140 of 231 posts

Re: Repl.it raises $4.5M from A16Z, Paul Graham, and others

#131

This seems like a solid product and I will definitely keep it in mind. One thing that I really like is the number of languages you support ( https://repl.it/languages ). I would recommend adding support for Elixir and Phoenix down the road. While the community is small (compared to other languages/frameworks), it is growing, and the community is great. Congrats on securing your funding and all the best!

Hey, please add FreePascal and Lazbuild (command line Lazarus compilation).

Re: Repl.it raises $4.5M from A16Z, Paul Graham, and others

#134

Python, the "second best language for everything", has had a huge impact for teaching people programming. Beginners can do useful and interesting things and solve real problems after a few hours of learning. And yet the number of times I've seen beginners completely discouraged or even give up programming forever because they have conda and pip and brew and pyenv installed and can't run a basic script after 4 hours o…

I use it in all my lessons (1st yr degree) coding made simple again.

Wish php was better, it only outputs to the console.

No SQL. :(

No debugger.

Re: Repl.it raises $4.5M from A16Z, Paul Graham, and others

#136
post #100

Earlier quoted context omitted.

Awesome job on the terminal-app-as-webpage concept. I like how it also fits in with your meta "IDE to learn programming" concept. It made slightly more sense to me when I saw it on context at this URL: https://repl.it/site/jobs

Yeah, the idea is that almost everyone's first computer program is a terminal program along the lines of: name = input('What is your name?\n') print('Hi, %s.' % name) ( https://name.amasad.repl.run/ ) Every programmer has experienced an intense sense of accomplishment when someone uses their program. The problem is that, until today, there was no easy way to share text and terminal-based programs. The bar to sharing…

It's really awesome. The first time I saw a web interface like this was on the Mr Robot website (www.whoismrrobot.com). Ironically, it looks like they've updated the site since then with a GUI. But originally it included a DOS-like terminal. It was such a fun page. Really good UX in the sense that it's playful and instantly recognizable with a nostalgic feel to anyone who's ever tried to hack software. I ended up creating my own JS-based console-based interface for a side project, not released yet. It's kind of genius that you guys have an even simpler way for people to launch these.

Re: Repl.it raises $4.5M from A16Z, Paul Graham, and others

#138

Python, the "second best language for everything", has had a huge impact for teaching people programming. Beginners can do useful and interesting things and solve real problems after a few hours of learning. And yet the number of times I've seen beginners completely discouraged or even give up programming forever because they have conda and pip and brew and pyenv installed and can't run a basic script after 4 hours o…

I use it in all my lessons (1st yr degree) coding made simple again. Wish php was better, it only outputs to the console. No SQL. :( No debugger.

PHP is getting better soon!

Re: Repl.it raises $4.5M from A16Z, Paul Graham, and others

#139
post #137

Someone really needs to figure a reasonable way of writing code on mobile/touchscreen. I would love a lisp drag and drop repl, I feel like its syntax could be well suited for this

Yes! We're happy to fund some of that work if someone is interested in working on it email me amjad@repl.it

Re: Repl.it raises $4.5M from A16Z, Paul Graham, and others

#140

Earlier quoted context omitted.

Like sibling says, on mobile it's a pain. In general, when I look at a job posting, I just want to skim it. I don't want to interact with the webpage in any other way than "reading". I get it, this is clever. It supposedly weeds out poor applicants. But speaking for myself it just strikes me as annoying.

Do people really apply for jobs on mobile? If I came across it on mobile, I'd just go, oh okay, and read it later on my laptop or desktop. I'm an admitted anti-mobile person though. I am exceptionally skeptical that the mobile revolution will adequately replace the keyboard/mouse combination for high productivity tasks, and don't wish to see design move entirely in that direction.

No, but I do a lot of reading on mobile.

If I came across it on mobile, how would I even know if I wanted to read it later?

Post reply on HN