Re: stack-oriented programming idioms Yoda not from ?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: stack-oriented programming idioms Yoda not from ?
- From: Florian Weimer <fw@...>
- Date: 2011年1月29日 18:41:44 +0100
* Patrick Mc:
> There are languages such as Forth, Factor and Joy to borrow idioms
> from. Do you think these idioms might be useful to learn when using
> the C API?
I've used stack comments. Rather fundamental FORTH words such as [
and R> have no equivalent in Lua or the C API, anyway.