473,395 Members | 1,742 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

C/C++ has #define... Noting is more readable or powerful than that.


Hi Super_Haughty,
Re: The 30 thousand C/C++ projects on SourceForge, C++, 15,183, C, 14,646
being far more than the others: <<
Assembly, 1,524, Java, 14,586, JavaScript, 2,268,
C#, 2,321, Delphi/Kylix, 1,759, COBOL, 0, Fortran, 147,
Forth, 56, Common Lisp, 7, Emacs-Lisp, 5, Lisp, 314,
Modula, 7, Objective C, 659, Pascal, 321, Perl, 5,792,
PL/SQL, 1,093, Python, 3,916, Smalltalk, 53,
Visual Basic, 2,066, Visual Basic .NET, 134, Visual FoxPro, 2, >>
http://SourceForge.NET/softwaremap/t...p?form_cat=160

Ya told me: << Gee you are the greatest.
c/c++ has the Big Mo ! There is no doubt.
More and more of your programs are being so wanted and great ! >>

C/C++ has #define... Noting is more readable or powerful than that.

C/C++ is as high_level as the DLLs you add,
yet it's also as lean as you'd like it to be,
....and it has the longest and most prestigious track record.

Jul 21 '05 #1
6 1376
Jeff_Relf wrote:
C/C++ is as high_level as the DLLs you add,
yet it's also as lean as you'd like it to be,
...and it has the longest and most prestigious track record.


I wouldn't know.

I spent this morning putting together my Eclipse environment with the
new WST ( Web Standard Tools ) plugin.

It's very elegant...makes VS seem like a porker.
Jul 21 '05 #2
Jeff_Relf wrote:
Hi Super_Haughty,
Re: The 30 thousand C/C++ projects on SourceForge, C++, 15,183, C, 14,646 being far more than the others: <<
Assembly, 1,524, Java, 14,586, JavaScript, 2,268,
C#, 2,321, Delphi/Kylix, 1,759, COBOL, 0, Fortran, 147,
Forth, 56, Common Lisp, 7, Emacs-Lisp, 5, Lisp, 314,
Modula, 7, Objective C, 659, Pascal, 321, Perl, 5,792,
PL/SQL, 1,093, Python, 3,916, Smalltalk, 53,
Visual Basic, 2,066, Visual Basic .NET, 134, Visual FoxPro, 2, >> http://SourceForge.NET/softwaremap/t...p?form_cat=160

Ya told me: << Gee you are the greatest.
c/c++ has the Big Mo ! There is no doubt.
More and more of your programs are being so wanted and great ! >>

C/C++ has #define... Noting is more readable or powerful than that.


Common Lisp's macro is much better than this.

Jul 21 '05 #3

Hi Googler, Re: The power of C/C++'s #define, and C#'s lack of it,

You told me: << Common Lisp's macro is much better than this. >>

Who uses Common Lisp ?

Can you give me an example of such a macro in action ?

Jul 21 '05 #4
Jeff_Relf wrote:
Hi Googler, Re: The power of C/C++'s #define, and C#'s lack of it,

You told me: << Common Lisp's macro is much better than this. >>

Who uses Common Lisp ?

Can you give me an example of such a macro in action ?


There is a free book called "OnLisp", which is all about Lisp-styled
programming. You can download it here:
http://www.paulgraham.com/onlisp.html

Jul 21 '05 #5

Hi Googler, Re: My request for an example of a Lisp macro in action,
Ya told me: << There is a free book called OnLisp,
which is all about Lisp-styled programming.
You can download it here: http://www.paulgraham.com/onlisp.html >>

Oh right, I'm not going to read a fucking book dude,
all wanted was an example... an example you can't even produce.

Like I said... Who uses Common Lisp ?

Jul 21 '05 #6
Jeff_Relf wrote:
Hi Googler, Re: My request for an example of a Lisp macro in action, Ya told me: << There is a free book called OnLisp,
which is all about Lisp-styled programming.
You can download it here: http://www.paulgraham.com/onlisp.html

Oh right, I'm not going to read a fucking book dude,


lazy ass!
all wanted was an example... an example you can't even produce.
why should I?

Like I said... Who uses Common Lisp ?


ask people in comp.lang.lisp then. It's not widely used at all.

Jul 21 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
by: Brian Kelley | last post by:
def res(): try: a = 1 return finally: print "do I get here?" res() outputs "do I get here?"
354
by: Montrose... | last post by:
After working in c# for a year, the only conclusion I can come to is that I wish I knew c. All I need is Linux, the gnu c compiler and I can do anything. Web services are just open sockets...
8
by: John Bailo | last post by:
What is /automatic/ garbage collection, and how do I know that it is really efficient? If I use mono, I can look at the code. But if I use Java and .NET -- I have no idea. A brilliant...
97
by: s | last post by:
Can I do this: #define MYSTRING "ABC" .. .. .. char mychar = MYSTRING; .. .. ..
57
by: Mike Malone | last post by:
A colleague of mine is proposing that we use a set of preprocessor definitions to make our C code more readable: #define BEGIN { #define ENG } #define EQ == etc. My initial...
6
by: Jeff_Relf | last post by:
Hi Super_Haughty, Re: The 30 thousand C/C++ projects on SourceForge, C++, 15,183, C, 14,646 being far more than the others: << Assembly, 1,524, Java, 14,586, JavaScript, 2,268, C#, ...
10
by: Yevgen Muntyan | last post by:
Consider the following macro: #define ALLOCIT(Type) ((Type*) malloc (sizeof (Type))) The intent is to wrap raw memory allocation of N bytes into a macro which returns allocated chunk of memory...
12
by: djhong | last post by:
Following is a snippet of a header file. Here, #define are inside struct evConn{} Any advantage of putting them inside struct block? Looks like there is no diff in scoping of each...
7
by: Jeff Rush | last post by:
I'm down to the wire here on answering the Forrester survey but am stumped on a few questions I hope someone can help me out with. 1) What -existing- examples of the use of Python to create...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.