DZone
Java Zone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
  • Refcardz
  • Trend Reports
  • Webinars
  • Zones
  • |
    • Agile
    • AI
    • Big Data
    • Cloud
    • Database
    • DevOps
    • Integration
    • IoT
    • Java
    • Microservices
    • Open Source
    • Performance
    • Security
    • Web Dev
DZone > Java Zone > Is This The IDE You've Been Looking For?

Is This The IDE You've Been Looking For?

James Sugrue user avatar by
James Sugrue
CORE ·
Apr. 13, 12 · Java Zone · Interview
Like (0)
Save
Tweet
22.06K Views

Join the DZone community and get the full member experience.

Join For Free

Sometimes concepts come along that make you excited to be in this industry. In software, the IDE concept has been fairly static for the last 10, maybe 15 years. Sure there have been advances, but no leaps. Light Table is an IDE concept that takes one of those leaps.

Mylyn brings a task focussed approach to Eclipse and this is still a fresh way to get your development tasks done. Then, about two years ago, Code Bubbles was prompted as the next IDE revolution - a whole new way of interacting with your source code. I'm not sure why this hasn't taken off more but it still hasn't hit mainstream.

A more recent development in the evolution of development tools, was Bret Victor's talk on Inventing on Principle. This video spread through the developer community like wildfire. 

Bret Victor - Inventing on Principle from CUSEC on Vimeo.

I was excited to see that Bret's ideas were an inspiration for Light Table:

Bret Victor hinted at the idea that we can do much better than we are now - we can provide instant feedback, we can show you how your changes affect a system. And I discovered he was right.

Chris Granger's IDE looks amazing. Take a look at his intro and tell me you're not amazed:

 

The concept is to be able to move things around, reduce the clutter and focus on the things that matter. Any IDE you look at now uses files as the smallest unit - Light Table allows functions to be your smallest unit. 

But it goes much further than that - live editing games is demonstrated in Chris' prototype. To me, this is a key ingredient to the IDE of the future. See the output on your work surface and be able to see the result of code changes instantly, in the same workspace. 

The other outstanding part is the "Code With A Little Illumination" part. See exactly what functions are used from the function you are working on: 

 

I think this is an excellent prototype, and it shows a bright future is possible for development tools

As you see in the video I have a prototype of this working. It's built as a web application using Noir, my various ClojureScript libraries, and CodeMirror. I use a slightly modified version of the Clojure compiler to retain some metadata about forms that is currently lost (like column positions and other position data). Past that, it's just a matter of running over the analysis tree and a healthy sprinkling of magic ;)

 

 

 

Integrated development environment

Published at DZone with permission of James Sugrue, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • How to Configure Git in Eclipse IDE
  • A Simple Guide to Heaps, Stacks, References, and Values in JavaScript
  • How Database B-Tree Indexing Works
  • What Is URL Rewriting? | Java Servlets

Comments

Java Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • MVB Program
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends:

DZone.com is powered by 

AnswerHub logo