Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Submission Summary: 0 pending, 13 declined, 3 accepted (16 total, 18.75% accepted)

Submission + - Five years of the Go programming language! (golang.org)

omar.sahal writes: Go celebrates five years of it's existence with this blog post recapping a little history, future and some philosophy.

Five years ago we launched the Go project. It seems like only yesterday that we were preparing the initial public release: our website was a lovely shade of yellow, we were calling Go a "systems language", and you had to terminate statements with a semicolon and write Makefiles to build your code. We had no idea how Go would be received. Would people share our vision and goals? Would people find Go useful?

The Go programming language has grown to find it own niche in the cloud computing word, having been used to code Docker and the Kubernetes projects. The developers also announce details of further projects to be released, such as a new low-latency garbage collector and support for running Go on mobile devices.

Programming

Submission + - Light Table Funding Success (chris-granger.com)

omar.sahal writes: Chris Granger's Light Table IDE, covered here previously on Slashdot has been successfully funded by a Kickstarter campaign. 7,317 backers brought in $316,720, obliging Chris to support the Python Programming language with his first release. Chris and his team have also been successful in being funded by xy combinator.

Some more back ground on the concepts developed by Bret Victor found in Light Table http://vimeo.com/36579366

More on Light Table
http://www.chris-granger.com/2012/04/12/light-table---a-new-ide-concept/

The previous Light Table story
http://www.chris-granger.com/2012/06/01/45-days-later/

Programming

Submission + - Light Table - a new IDE concept (chris-granger.com)

omar.sahal writes: Bret Victor (covered previously on slashdot) demoed the idea of instant feedback on your code. Victor's concept runs a little like a interpretor on your code, but in realtime. This allows the programer to instantly see what his programe is doing. Chris Granger has turned this novel idea into Light Table — a new IDE designed to make use of the Victor's insights.

Bret Victor — Inventing on Principle — https://vimeo.com/36579366
Update on the project — http://www.chris-granger.com/2012/04/15/light-tables-numbers/

Slashdot Top Deals

"Text processing has made it possible to right-justify any idea, even one which cannot be justified on any other grounds." -- J. Finnegan, USC.

Working...