Show an email

GET /hyperkitty/api/list/[email protected]/email/GRKUZ4OBAENP5HGHZOJKSJFJKQUQWBYM/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/email/GRKUZ4OBAENP5HGHZOJKSJFJKQUQWBYM/?format=api",
    "mailinglist": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/?format=api",
    "message_id": "[email protected]",
    "message_id_hash": "GRKUZ4OBAENP5HGHZOJKSJFJKQUQWBYM",
    "thread": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/thread/5ZDPG4UDVIU7ZFJ2GSKJGLPWPMBLKTDU/?format=api",
    "sender": {
        "address": "aa2tx (a) comcast.net",
        "mailman_id": null,
        "emails": null
    },
    "sender_name": "Anthony Monteiro",
    "subject": "[amsat-bb] Re: Programming language recommendation?",
    "date": "2008-10-05T02:07:25Z",
    "parent": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/email/5ZDPG4UDVIU7ZFJ2GSKJGLPWPMBLKTDU/?format=api",
    "children": [],
    "votes": {
        "likes": 0,
        "dislikes": 0,
        "status": "neutral"
    },
    "content": "At 05:55 PM 10/4/2008, Alan P. Biddle wrote:\n>We have a lot of folks here who do programming at a variety of levels.\n>After a 20+ year hiatus, I am looking to get back into doing a bit of\n>programming.  The intent is not to get into it at a professional level, but\n>to be able to rip off quick and dirty small programs.  Data acquisition,\n>taking the output of a program and merge and reformat it for specific\n>purposes, which of course I can do in some cases with Excel, are a couple of\n>things which come to mind.  It will need the ability to interact with\n>external hardware.  However, the primary purpose is as a brain stretcher for\n>someone who once thought F*RTR*N was a real language.\n>\n>I am tempted to say that I am looking for the current generation BASIC, but\n>I am want something a bit beyond that, though of course the ability to print\n>\"Hello World\" with less than 10 lines of code is a plus.  ;)  And it needs\n>to be something I can get into using a free or low cost compiler.  I am not\n>much interested in spending a few hundred dollars.\n>\n>People have recommended Python, older versions of Delphi, early version of\n>C, etc, as what I should do.  Well, maybe.  So if anyone has a good\n>recommendation, please contact me OFF LIST.  And did I say, it needs to be\n>cheap?!\n\n\n\nHi Alan,\n\nIf you don't mind a little learning curve,\nC++ will give you the most control and once you\nlearn it is pretty easy to use. You can download\nVisual Studio Express C++ for free from the Microsoft\nweb site. If you decide to go this way, buy\n\"Programming Windows\" by Charles Petzold. This has\nbeen the PC programming \"Bible\" since Windows 3.1.\nThe current version is the 5th edition.\n\nC++ is not that complicated but Windows is a little\nnasty to get used to. DOS is much easier (and DOS\nprograms will still run under Vista) but you\nhave to look around for something that will compile\na DOS program. I used the now ancient Microsoft C++ V7\nfor InstantTune in 1994. Perhaps you could find it on eBay?\nI still use it under WinXP when I get the occasional\nchange request (believe it or not I still get them!)\n\nAnother alternative if you are only doing simple things\nis the MixSoftware C compiler which is still available\nand only costs $20. I actually used this for professional\nprojects many years ago and the manual is probably the best\nC run-time library manual ever written. I still use\nit even on current projects as a reference.\n\nI hope I see you at the Symposium this year! If you\nhave any questions, please fell free to email.\n\n73,\nTony AA2TX\n\n\n\n\n\n",
    "attachments": []
}