Live data from Hacker News

Dr. Dobb's Developer Library DVD 6 (2010)

archive.org

11–20 of 54 posts

Re: Dr. Dobb's Developer Library DVD 6 (2010)

#11
post #3

Earlier quoted context omitted.

Money is great, and they're also looking for volunteers all the time to help out with Open Library. The website is constantly under attack from DDoS, and we're always improving, but it's a long road. I'm just a volunteer, but a very active one.

Jeeze, what’s the motivation to DDoS a service like this?

Could it just be insanely intense nonstop crawling? I've seen it on some other sites.

Re: Dr. Dobb's Developer Library DVD 6 (2010)

#12
post #5

Some interesting stuff you will get out of Dr. Dobbs articles, as someone that was an avid reader. - The Small C compiler set of articles, where you will get the sense not even K&R C was used outside UNIX for quite some time, only a common subset. - The toolbox articles creating a Turbo Vision like framework in Object Pascal - The evolution of Python and related adoption - Strange programing languages like Actor, C@+…

> C@+ (try to search this one nowadays)

I think not even Wikipedia knows about this (at least with a quick search)

Re: Dr. Dobb's Developer Library DVD 6 (2010)

#14
post #3

Earlier quoted context omitted.

Money is great, and they're also looking for volunteers all the time to help out with Open Library. The website is constantly under attack from DDoS, and we're always improving, but it's a long road. I'm just a volunteer, but a very active one.

Jeeze, what’s the motivation to DDoS a service like this?

I will speculate the DDOS attacks are funded by companies and governments that benefit from not being held accountable for their past deeds. I suspect X, Google, China, PRNK, Hungary, etc

Re: Dr. Dobb's Developer Library DVD 6 (2010)

#15
post #5

Some interesting stuff you will get out of Dr. Dobbs articles, as someone that was an avid reader. - The Small C compiler set of articles, where you will get the sense not even K&R C was used outside UNIX for quite some time, only a common subset. - The toolbox articles creating a Turbo Vision like framework in Object Pascal - The evolution of Python and related adoption - Strange programing languages like Actor, C@+…

Catplus?

Edit: Yandex can search for it! But doesn't seem to find anything relevant.

(It also hates such queries and will force you to wait 2 minutes for a captcha to load.. but you get the results after a long wait! As our forefathers once did!)

I did find C@ and C@++ though.

https://esolangs.org/wiki/C@%2B%2B

Re: Dr. Dobb's Developer Library DVD 6 (2010)

#16
post #5

Some interesting stuff you will get out of Dr. Dobbs articles, as someone that was an avid reader. - The Small C compiler set of articles, where you will get the sense not even K&R C was used outside UNIX for quite some time, only a common subset. - The toolbox articles creating a Turbo Vision like framework in Object Pascal - The evolution of Python and related adoption - Strange programing languages like Actor, C@+…

'"C@+" programming language' query in Kagi returns a single hit from Esolang [0].

[0]: https://esolangs.org/wiki/C@%2B%2B

Re: Dr. Dobb's Developer Library DVD 6 (2010)

#17
post #5

Some interesting stuff you will get out of Dr. Dobbs articles, as someone that was an avid reader. - The Small C compiler set of articles, where you will get the sense not even K&R C was used outside UNIX for quite some time, only a common subset. - The toolbox articles creating a Turbo Vision like framework in Object Pascal - The evolution of Python and related adoption - Strange programing languages like Actor, C@+…

I think it was C+@ (pronounced CAT, as I recall).

Edit: pasting a comment of mine from here in 2019 [1]:

The language is C+@ [2]. I dug up an article about it in Dr. Dobbs Journal, the October 1993 issue. This does not seem to be the article I am remembering, since it does not go into the instruction interleaving technique anywhere near as much as I remember, but they do mention it and say it was called "beading":

The binaries produced by the C+@ compiler are independent of the underlying machine architecture. Without recompiling, applications can be moved from SPARC to 68000 to Intel x86, and so on. C+@ is not interpretive--the binaries are encoded using a sophisticated 'beading' technique developed at Bell Labs. Because of the streamlined language design, the C+@ compiler produces these portable binaries with extraordinary speed, without the need for preprocessing or front ends.

This is from the article's introduction:

The C+@ programming language, an object-oriented language derived from AT&T Bell Lab's Calico programming language, was developed to provide programmers with a true object-based language and development environment. C+@ (pronounced "cat") has the syntax of C and the power of Smalltalk. Unlike C++, C+@ includes a mature class library with more than 350 classes used throughout the system. The C+@ compiler itself is written in C+@, and all of the source for the class libraries is included with development systems. The Calico project was started at AT&T Bell Labs in the early '80s, after the introduction of Smalltalk and at the same time as C++. Calico was originally used for rapid prototyping of telecommunication services; hence, its heavy emphasis on keeping the language syntax simple and showcasing the power of the graphical development environment.*

[1] https://news.ycombinator.com/item?id=20583430

[2] https://encyclopedia2.thefreedictionary.com/C%2b%40

Re: Dr. Dobb's Developer Library DVD 6 (2010)

#18

3, 5 and 6 are up. My copies of 1~4 were stolen. :( https://archive.org/search?query=Dr.+Dobb%27s+Developer+Libr... And the journals: https://archive.org/details/texts?tab=collection&query=Dr.+D...

Lots of the old magazines have not been collected and or scanned yet ……

Re: Dr. Dobb's Developer Library DVD 6 (2010)

#19
post #5

Some interesting stuff you will get out of Dr. Dobbs articles, as someone that was an avid reader. - The Small C compiler set of articles, where you will get the sense not even K&R C was used outside UNIX for quite some time, only a common subset. - The toolbox articles creating a Turbo Vision like framework in Object Pascal - The evolution of Python and related adoption - Strange programing languages like Actor, C@+…

Actor was fascinating -- basically Smalltalk made to look "more familiar" with a C-like syntax. It was created by odd-language designer Charles Duff (who had earlier created Neon, an object-oriented Forth).

Re: Dr. Dobb's Developer Library DVD 6 (2010)

#20
post #5

Some interesting stuff you will get out of Dr. Dobbs articles, as someone that was an avid reader. - The Small C compiler set of articles, where you will get the sense not even K&R C was used outside UNIX for quite some time, only a common subset. - The toolbox articles creating a Turbo Vision like framework in Object Pascal - The evolution of Python and related adoption - Strange programing languages like Actor, C@+…

I think it was C+@ (pronounced CAT, as I recall). Edit: pasting a comment of mine from here in 2019 [1]: The language is C+@ [2]. I dug up an article about it in Dr. Dobbs Journal, the October 1993 issue. This does not seem to be the article I am remembering, since it does not go into the instruction interleaving technique anywhere near as much as I remember, but they do mention it and say it was called "beading": Th…

Yeah, thanks.
Post reply on HN