When comparing CodeBunk vs CoderPad, the Slant community recommends CodeBunk for most people. In the question“What are the best online collaborative programming editors?” CodeBunk is ranked 1st while CoderPad is ranked 5th. The most important reason people chose CodeBunk is:
Code execution works with all of the available languages and shows you the output on the side.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Can execute code in the app
Code execution works with all of the available languages and shows you the output on the side.
Pro Supports many languages
Over a dozen languages are supported for syntax highlighting and execution: Python, PHP, Ruby, Perl, Lua, Java, Clojure, Javascript, C, C++, Julia, Go, Erlang, Haskell.
Pro Code playback enables quick coding process reviews
It's possible to see how the code got written character by character with a feature called Code Playback. It allows reviewing the whole process in a condensed amount of time. Great for interviews to check how the interviewee got to the result.
Pro REPL shells
REPL (read–eval–print loop) enables you to run commands interactively and test ideas out before committing them to code. CodeBunk has a dedicated space for REPL shells in the top-right corner of the interface so they can always be quickly accessed.
Pro Code bunks can be embedded
You can embed your code in your blog with CodeBunk. The embedded code is synced in realtime and is also runnable. All you have to do is add this to your post:
<div class="codebunk" id="[bunkid]" data-lang="[language]" data-runnable="[true|false]"></div>
Pro Includes videoconferencing and text chat tools
CodeBunk has reserved a an area for text chat it the bottom-right corner and can start a video conference with all active members with one click.
Pro Sessions can be forked
Allows you to fork a session
Pro Keeps a history of previous coding sessions
Pro Teams support
Multiple users can belong to a Team and view bunks created in that team.
Pro All features can be tested before buying a subscription
You can try the editor and code execution for free without, and get 5 free shared session try-outs when you sign up. Also, if you email team@codebunk.com for trial bunks, they do provide a bunch for free.
Pro Try without signing up
It's possible to check out the editor without creating an account.
Pro Video conferencing support
CoderPad integrates with Google Hangouts to provide voice and video chat.
Pro View playback history
It's possible to see revision history step by step.
Pro Customizable tab options
Pro Run code in the app
Cons
Con Unable to pay on an as-you-go basis
The cheapest package of sessions is $30.
Con Not meant for large projects
There is no way to organize files beyond tabs. Thus anything that requires a folder structure won't work.