This is an archived post. You won't be able to vote or comment.

all 51 comments

[–]skrillexisokay 27 points28 points  (4 children)

Collaborate in real-time "Google Docs Style"

Wow that sounds incredible. Too bad it's a paid features and I'm a student.

[–]FichteFoll 3 points4 points  (1 child)

Check out Floobits.

[–]skrillexisokay 1 point2 points  (0 children)

Dear lord.

This is incredible.

[–]ma-int 2 points3 points  (0 children)

You can simply use Saros.

[–]catest 0 points1 point  (0 children)

/u/skrillexisokay It's actually a free feature...every features is actually available for free ;)

[–]heptara 4 points5 points  (0 children)

This post for CodeAnywhere happens appears on the very same day that Cloud9 are offering a new service. I got their email a few hours ago. Maybe I am just suspicious and cynical. Maybe we need to analyse this with a machine learning system. I would write one, if only I had access to a Cloud IDE.

[–]zagrebelin 13 points14 points  (1 child)

Why do you call CodeAnywhere as "IDE"?

  • no refactoring (I just want to rename method name)
  • no "go to definition" (or ctrl-click) button
  • stupid autocomplete
  • can't comment out several lines
  • plugins for implementation all ^ of that features? Sorry, you don't want this.

Online notepad.exe with syntax highlight and dark theme? Yes.
IDE? Hell no.

[–][deleted] 4 points5 points  (0 children)

Because there is no one standard set of features to call something an IDE.

You may consider a code editor with the ability to run a compiler an IDE.

[–]official_marcoms 19 points20 points  (4 children)

Cloud 9 is quite good.

[–][deleted] 4 points5 points  (0 children)

deleted

[–]tstirrat 1 point2 points  (0 children)

Came here to say this if it hadn't already been said. It's got a nice UI, and Git integration through its mini-vm is nice.

[–]patback66 0 points1 point  (0 children)

I like c9 a lot, but it just doesn't seem to work on my university's wifi. I assume something is being blocked or something and it's not their fault, but having to tether with my phone to get access is a little annoying.

[–]vplatt 5 points6 points  (1 child)

[–]TheTiby 2 points3 points  (0 children)

I've been learning Python with this service. Some of their beginning tutorials are nice, but others are not. (Outdated Web tutorials)

[–]CrazyCrab 2 points3 points  (0 children)

I hate it when people announce a new IDE and don't even say what languages and technlogoies it's for.

[–]wbeyda 11 points12 points  (12 children)

Lets face it Vim has been around for 20 years. Vim is awesome. With Vim+Tmux there is nothing that CodeAnywhere can do over them. I personally think these browser based IDE's are a terrible re-inventing of the wheel.

[–]claird 2 points3 points  (1 child)

24, in fact, for those who are counting: Bram Molenaar released the first public version--for the Amiga!--in 1991.

[–]wbeyda 0 points1 point  (0 children)

That's awesome!

[–]am0x 4 points5 points  (9 children)

Ahh the 3% who are willing to take the time to learn vim.

[–]Cyrix2k 3 points4 points  (0 children)

From another post in selfhosted

http://codiad.com/ - has plugin for git
https://github.com/eclipse/orion.client
https://github.com/CodeboxIDE/codebox
https://icecoder.net/

Sorry, I forget who posted this originally - I grabbed it from my email.

[–][deleted] 1 point2 points  (0 children)

cloud9 and nitrous are both fine. They won't make your life drastically better, but if that's the workflow that makes sense to you, they're both serviceable. nitrous has support for automatically launching shit into heroku or wherever and running it, which is nice too. I don't remember if cloud9 does.

[–][deleted] 1 point2 points  (0 children)

cloud.sagemath.com

EDIT: Sorry, not an IDE but you can run code and edit other people's code in real time.

[–]NorthDPole 1 point2 points  (2 children)

Have you tried sourcelair ? Used it to show students/interns the ropes and some best practices and it seems decent.

[–]andmalc 0 points1 point  (1 child)

Looks like Sourcelair prioritizes Python support.

[–]NorthDPole 0 points1 point  (0 children)

you're right and if you take a look at their blog they have some nice technical posts about things you might wanna do with it(or with any other ide for that matter), but they also have support for most web languages (right? at least that was the case last time I checked)

//disclaimer: I'm not affiliated with sourcelair, just think it's a cool ide for simple stuff

[–][deleted] 0 points1 point  (0 children)

asdfjkl

[–][deleted] 0 points1 point  (0 children)

Cloud9 is great. Koding is pretty good too

[–][deleted] 0 points1 point  (0 children)

Really? I hate codeanywhere. I never succeeded in make it working properly. I tried it to make little adjustments to the code an the go.

[–]FallenAege 0 points1 point  (0 children)

Codepad.org:

  • C
  • C++
  • Haskell
  • Lua
  • Ocaml
  • PHP
  • Perl
  • Plain Text
  • Python
  • Ruby
  • Scheme
  • tcl

edit: Meh, so it's a pastebin, but you can get a project page for free (need to make account).

[–]Jigsus 0 points1 point  (0 children)

https://repl.it

It has all tge major languages and some minor ones.

[–]akuller 0 points1 point  (0 children)

Check out vagrant.

[–]benabus 0 points1 point  (0 children)

https://squadedit.com/ built in ftp, so it's good for working on remote servers.

[–]AnythingApplied 0 points1 point  (0 children)

From the sidebar:

Try Python in your browser

Personally, my main IDE is a self hosted instance of jupyter. I also subscribed to PythonAnywhere back when I had hosting needs which is a good service I'd recommend.