Thread: What's everyone up to? Projects?

  1. #16
    Registered User MutantJohn's Avatar
    Join Date
    Feb 2013
    Posts
    2,665
    As an update from me, I'm giving Boost.Spirit a shot.

    It's super cool! This is my first time using a dedicated domain-specific embedded language in C++ and so far, the experience has been a little alien but overall, it's been pleasant. Spirit offers a lot of power for parsing things in C++ and I'm glad I took the time to learn it.

  2. #17
    [](){}(); manasij7479's Avatar
    Join Date
    Feb 2011
    Location
    *nullptr
    Posts
    2,657
    Quote Originally Posted by MutantJohn View Post
    As an update from me, I'm giving Boost.Spirit a shot.

    It's super cool! This is my first time using a dedicated domain-specific embedded language in C++ and so far, the experience has been a little alien but overall, it's been pleasant. Spirit offers a lot of power for parsing things in C++ and I'm glad I took the time to learn it.
    Unless you really want the 'embedded' part, you could write a simple recursive descent parser with much less headache!
    Also, the last time I tried Spirit was a few years ago. Is it still *really* slow to compile?
    I remember it significantly slowing down the build time of my toy programming language.

  3. #18
    Registered User MutantJohn's Avatar
    Join Date
    Feb 2013
    Posts
    2,665
    Dammit, I've already gone too far though!

    I see regexes and I wanna vomit now. Spirit >>>>>>>>>>>>>>> any regex ever

  4. #19
    Registered User
    Join Date
    Mar 2012
    Location
    the c - side
    Posts
    373
    I've just broken open the Tkinter GUI API for Python. Compared to GTK3+ with C, it's just so much simpler to use, and the overall aesthetic of the graphics is superior. Just creating the usual basic text editor program at the moment.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Looking for projects
    By alexsurtakov in forum Projects and Job Recruitment
    Replies: 1
    Last Post: 08-22-2013, 06:51 AM
  2. Replies: 11
    Last Post: 05-25-2007, 04:39 PM
  3. Old VC++ projects
    By geek@02 in forum Windows Programming
    Replies: 1
    Last Post: 03-21-2005, 07:04 AM
  4. How many projects?
    By RoD in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 02-16-2003, 08:03 PM
  5. Projects?
    By Wjahvces in forum C++ Programming
    Replies: 6
    Last Post: 10-06-2001, 11:26 PM

Tags for this Thread