Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #98609
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: using binary in python |
| Date | Tue, 10 Nov 2015 16:02:23 -0500 |
| Organization | IISS Elusive Unicorn |
| Lines | 28 |
| Message-ID | <mailman.216.1447189352.16136.python-list@python.org> (permalink) |
| References | <mailman.164.1447060794.16136.python-list@python.org> <HbGdndTOtKc3EdzLnZ2dnUU7-YnOydjZ@giganews.com> <mailman.214.1447186467.16136.python-list@python.org> <Hzs0y.118789$4v5.87935@fx37.am4> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.uni-berlin.de HwLaz2WLAW5mrID7gI0PHw6UAQMtg1dEKR82zWwb0RPg== |
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'compiler': 0.05; 'defines': 0.07; 'excluding': 0.09; 'message-id:@4ax.com': 0.09; 'optional': 0.09; 'porting': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'rigorous': 0.09; 'subject:using': 0.09; 'variants': 0.09; 'python': 0.10; 'syntax': 0.13; 'subject:python': 0.14; '>on': 0.16; 'access).': 0.16; 'c/c++,': 0.16; 'dangling': 0.16; 'hobbyist': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'stuff,': 0.16; 'wrote:': 0.16; 'else,': 0.18; 'url:home': 0.18; ';-)': 0.18; 'language': 0.19; '2015': 0.20; 'java': 0.22; 'latter': 0.22; 'preferences': 0.22; 'header:X -Complaints-To:1': 0.26; 'linux': 0.26; 'tend': 0.27; 'once,': 0.29; "i'm": 0.30; "can't": 0.32; 'etc.)': 0.32; 'consist': 0.33; 'tue,': 0.34; 'file': 0.34; 'worked': 0.34; 'text': 0.35; 'nov': 0.35; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'charset:us-ascii': 0.37; 'stuff': 0.38; 'end': 0.39; 'to:addr:python.org': 0.40; 'skip:u 10': 0.61; 'devices': 0.61; 'more': 0.63; 'python-list': 0.66; 'celebrate': 0.84; 'british': 0.88; 'dennis': 0.91; 'received:108': 0.93 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| X-Gmane-NNTP-Posting-Host | 108.68.178.61 |
| X-Newsreader | Forte Agent 6.00/32.1186 |
| X-No-Archive | YES |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:98609 |
Show key headers only | View raw
On Tue, 10 Nov 2015 20:36:52 +0000, mm0fmf via Python-list
<python-list@python.org> declaimed the following:
>On 10/11/2015 20:14, Dennis Lee Bieber wrote:
>> The Ada language defines the end of Text file to consist of
>
>It is 15 years this month since I last worked in place that used Ada. I
>think that calls for a wee dram to celebrate ;-)
Given that a dram is 1/8 of a "fluid ounce" that leads to the
conclusion that a "wee dram" is based on US standard fluid once, vs British
standard fluid ounce...
My language preferences do tend to be the extremes: Python for quick
throw-away stuff, Ada for more formal stuff (since it has a much more
rigorous syntax than Pascal, Modula-2, C/C++, Java -- no optional block
delimiters, no dangling else, etc.)
Unfortunately, as a hobbyist dabbler at home, I can't justify the time
to port an Ada compiler to Arduino, TIVA, Propeller, Beaglebone (though the
latter may just be a case of porting the hardware access). So... I'm stuck
with variants of C for those devices (again, excluding the Linux based
Beaglebone)
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
using binary in python kent nyberg <kent@z-sverige.nu> - 2015-11-08 16:27 -0500
Re: using binary in python Jussi Piitulainen <harvesting@makes.email.invalid> - 2015-11-09 11:58 +0200
Re: using binary in python Larry Hudson <orgnut@yahoo.com> - 2015-11-09 22:20 -0800
Re: using binary in python Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-11-10 15:14 -0500
Re: using binary in python mm0fmf <none@mailinator.com> - 2015-11-10 20:36 +0000
Re: using binary in python Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-11-10 16:02 -0500
OT: Re: using binary in python mm0fmf <none@mailinator.com> - 2015-11-10 22:17 +0000
Re: using binary in python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-11-10 21:22 +0000
Re: using binary in python Random832 <random832@fastmail.com> - 2015-11-10 19:03 -0500
Re: using binary in python Random832 <random832@fastmail.com> - 2015-11-10 19:04 -0500
Re: using binary in python Larry Hudson <orgnut@yahoo.com> - 2015-11-10 19:53 -0800
Re: using binary in python Random832 <random832@fastmail.com> - 2015-11-10 15:44 -0500
Re: using binary in python kent nyberg <kent@z-sverige.nu> - 2015-11-10 16:29 -0500
Re: using binary in python Christian Gollwitzer <auriocus@gmx.de> - 2015-11-11 22:32 +0100
Re: using binary in python Michael Torrie <torriem@gmail.com> - 2015-11-10 17:19 -0700
csiph-web