The Artima Developer Community
Sponsored Link

Python Buzz Forum
Parsing C++

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Thomas Guest

Posts: 236
Nickname: tag
Registered: Nov, 2004

Thomas Guest likes dynamic languages.
Parsing C++ Posted: Aug 28, 2006 2:39 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Thomas Guest.
Original Post: Parsing C++
Feed Title: Word Aligned: Category Python
Feed URL: http://feeds.feedburner.com/WordAlignedCategoryPython
Feed Description: Dynamic languages in general. Python in particular. The adventures of a space sensitive programmer.
Latest Python Buzz Posts
Latest Python Buzz Posts by Thomas Guest
Latest Posts From Word Aligned: Category Python

Advertisement

Here’s what Scott Meyers has to say about parsing C++ in an article over at Artima.

… C++ developers could really use a larger tool set, but the barrier to entry for truly powerful tools is the ability to parse C++ source code, and that’s a barrier very few have been able to breach.

I’ve been thinking about this myself, having recently used the Eclipse/Java development environment. All those refactoring tools, all those style-checker plugins – all made possible by a language with a (relatively) simple syntax. What I really like about a simple syntax, though, is that it makes a language easy to learn, and code written in that language easy to read.

Related thoughts:

  1. Note that the next major release of Python actually aims to remove stuff the language – whereas C++ has always developed by adding to its core, and C++0X maintains that tradition.
  2. Paul Graham also talks about the importance of keeping the fundamental core of a language as small as possible.

I’ll say more about this later.

Read: Parsing C++

Topic: All systems are real-time and need extra processing power Previous Topic   Next Topic Topic: Zope is not a Python Framework?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use