From owner-freebsd-questions@FreeBSD.ORG Tue Sep 13 19:41:26 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D385106566B for ; Tue, 13 Sep 2011 19:41:26 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout026.mac.com (asmtpout026.mac.com [17.148.16.101]) by mx1.freebsd.org (Postfix) with ESMTP id 763C88FC14 for ; Tue, 13 Sep 2011 19:41:26 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from cswiger1.apple.com ([17.209.4.71]) by asmtp026.mac.com (Oracle Communications Messaging Exchange Server 7u4-20.01 64bit (built Nov 21 2010)) with ESMTPSA id <0LRH008T780I8Z20@asmtp026.mac.com> for freebsd-questions@FreeBSD.ORG; Tue, 13 Sep 2011 12:41:07 -0700 (PDT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.4.6813,1.0.211,0.0.0000 definitions=2011-09-13_06:2011-09-13, 2011-09-13, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1012030000 definitions=main-1109130228 From: Chuck Swiger In-reply-to: <20110913193442.GA11369@thought.org> Date: Tue, 13 Sep 2011 12:41:06 -0700 Message-id: <3096803A-0498-4DBC-9C59-76DECE2EC3EB@mac.com> References: <20110913193442.GA11369@thought.org> To: Gary Kline X-Mailer: Apple Mail (2.1084) Cc: FreeBSD Mailing List Subject: Re: *caution* severely OT!! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2011 19:41:26 -0000 On Sep 13, 2011, at 12:34 PM, Gary Kline wrote: > can anyone start me on the way of porting a python program to C? Learn Python. Learn C. Analyze the Python program and document its functionality. Use this document as the functional spec for writing the C program. Regards, -- -Chuck