Jump to content

tadzio

Members
  • Posts

    16
  • Joined

  • Last visited

Profile Information

  • Location
    Liverpool, UK
  • Interests
    What interests me changes on a hourly basis, right now it's: "Hissing of Summer Lawns" (Joni Mitchell) and "Five Leaves Left" (Nick Drake)
  • Favorite Area of Science
    Physics
  • Occupation
    Software Engineer

Retained

  • Quark

tadzio's Achievements

Quark

Quark (2/13)

10

Reputation

  1. Weird accents? hmm... I talk like that! These guys aren't from Britian (as one may expect) they're from "Blighty" (as so am I)
  2. I have to agree with Atheist and Bluesmudge ( though I use two char tab indents
  3. Here is a example of Erlang in action: Erlang: The Movie - a short video about Erlang, the functional programming language.
  4. Yes, I'd probably go for something like Erlang Seriously though, bascule, you make a great argument. I'm am now munching my way through "erlang-book-part1.pdf" and it's pretty tasty It's vaguely reminiscent of the Forth language program listings, for the Jupiter Ace, that I used to marvel at in Your Computer Magazine (UK comp mag) back in 1983 Thanks for sharing this.
  5. The way you describe this model is very interesting. A few years ago, I wrote a serial comms protocol that used Win32's APC. The code was pretty complex and, as a result, not something that could ever be considered 'eye candy' I now realise (from what you have said here and what it has caused my to investigate) that I was probably trying to reinvent a rudimentary Actor-like structure in the code. So, on these grounds, I'm very inclined to agree with your opinion. Having a language to abstract this a little further, than I could encapsulate in the C++ objects I defined, would have been desirable. But, this brings me to another question: Is it right or possible to aim for a single all encompassing language? I've always thought it best to choose a language for a certain job. C++ does lots stuff but it doesn't serve the same purpose as HTML. PHP is a great language for a web server but it can't be compared it to the function that Javascript serves at the client-side. Chocolate is pleasant enough to eat but useless for making teapots out of.... I'm interest in your opinion on this. (BTW: Thanks for putting me on to Actor - I had heard about when I was first learning C++ back in '89 but I just ignored it as it wasn't available to me back then in the dark ages before the Internet. I should read up on it anyway because I could have used the ideas - like when the C guys used write in Quasi-C based on C++ ideas).
  6. At first I thought it was me. But, when I put my glasses on to have closer look I realised it was, indeed, Oppenheimer. It was the pipe that through me, I have one just the same
  7. Just to be clear when you say "concurrent" you do mean "processing simultaneously in parallel with other threads”?
  8. Should "garbage collection"and "concurrency" really be part of a language's definition? I think: the program itself should ensure all objects created are destroyed accordingly; and the ability to determine the deployment of a thread or fiber should be a kernel API consideration.
  9. Whilst I agree with this point of view, I still can’t recommend VB as good response to the question "...for a newbiee which is good one to start with ?" (sic) Besides, I know from bitter experience that every shortcut made with VB is later added to the end of the project, double its original measure. VB doesn't really work. It's very good for quickly putting together visual prototypes and for trivial tasks (in the absence of a good scripting language like perl, rexx or python) but anymore than that and it usually turns out to be the wrong language choice in the end. Sorry to sound so down on VB, it's just that I have to deal with it everyday at some level, because I have to write in a language my colleagues can later maintain and so VB wins by default. I been writing in C++ for 19 years now (since the release of Zortech C++) and having to go through each day with the gloom of VB and its insidious programming model makes me wonder what the hell ever happen to the computer industry. “Back in the day” I’d go work with smile on my face, humming I.G.Y and thinking about the possibilities C/C++ could bring. Nowadays, everything through VB-vision seems so vacuous. It is for these reasons I can’t recommend VB “for a newbie”.
  10. I have given Bascule's signature some serious consideration and I have concluded that you are correct in your observation. I am, now, assured that he's basically a computer.
  11. English is an ambiguous language and thus unsuitable for the purposes of computer programming.
  12. What's wrong with C++? Does this not suffice? If not, why?
  13. Genecks means well but, not having used VB, he doesn't really know how dangerous a suggestion that is. Don't go anywhere near VB, it's very bad for you (it’s analogous to smoking cigarettes or eating junk food - you'll regret it in the long run). VB will lead you into another world that has nothing to do with computer science; an obnoxious world that is both crass and dull. I'd say start writing console apps in C and then (quickly) go on to C++ - looking around at a low level without getting bogged down with Visual stuff. Get used to the fundamental principals of the language: who the stack and heap works, standard libraries, dynamic memory allocation, file handling and all the stuff good introductory books like K&R and Stroustrup will show you. Then try: poking around with Win32 kernel and MFC (assuming you’re using Windows), then TCP/IP stuff, experiment with rudimentary multi-threading, maybe serial comms, NT services and just have a load of fun making the machine do stuff. Then take on the Visual stuff later. NB: C/C++ = Good, VB = Bad.
  14. I did intend my previous post to be jocular but, looking back, it just sounds pedantic and therefore not actually helpful. Seriously though, Pangloss is right in what he says; if can get Sendmail or IIS up and running they would run as services and thus be capable of forwarding your email even when you not logged in. If you can't get Sendmail or IIS going then let us know here. You may be able to run Outlook Express as a service using SRVANY (I've never tried it before but I’ll experiment with it and tell you how to do it - if you need me to). I am, of course, making the massive assumption that you using Win2000 or WinXP. Win9X doesn’t support services. I know Vista’s “Windows Mail” (the new Outlook Express) is so tight on Identities that running before logging on is probably out of the question. If you using a Non-Microsoft O/S then I'm barking completely up the wrong tree
  15. Pangloss' is right, using Outlook Express does have this disadvantage: "you'd have to leave it running all the time." But I must say, Sendmail and IIS are both subject to the same disadvantage: if you don't keep them running they're not going to forward your mail.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.