Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.forth > #22489

Re: Serial date, Excel, Lotus, MJD, PolyForth

From "Ed" <invalid@nospam.com>
Newsgroups comp.lang.forth
Subject Re: Serial date, Excel, Lotus, MJD, PolyForth
Date 2013-05-10 12:19 +1000
Organization Aioe.org NNTP Server
Message-ID <kmhlea$fms$1@speranza.aioe.org> (permalink)
References <kmf28f$n8d$1@speranza.aioe.org> <6OKdnfCyaY_DoRbMnZ2dnUVZ_q2dnZ2d@supernews.com> <Y7KdncxuHbwnxhbMnZ2dnUVZ_qOdnZ2d@supernews.com>

Show all headers | View raw


Elizabeth D. Rather wrote:
> Following is some code from a polyFORTH (2 versions, d mth and m/d/y)
> converted from blocks (excuse any spacing errors):
> ...

Thanks for providing the Forth background to all this.

Another source of code (slightly different) is
http://vf-plugins.googlecode.com/files/pfDatabase-4.zip

A note to anyone wishing to convert the above code to a modern Forth
dialect.  PolyForth's modulus functions were all *unsigned*.  Thus,
to calculate day-of-week on a modern 16-bit Forth one would need
0 7 UM/MOD DROP  rather than  7 MOD.  Similar adjustments in
the code may be required.

As the buggy Lotus/Excel implementation is now widely in use, there's
a case for having that also.  I understand Hans has implemented some
functions for 4tH.


Back to comp.lang.forth | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Serial date, Excel, Lotus, MJD, PolyForth "Ed" <invalid@nospam.com> - 2013-05-09 12:40 +1000
  Re: Serial date, Excel, Lotus, MJD, PolyForth "Elizabeth D. Rather" <erather@forth.com> - 2013-05-08 20:04 -1000
    Re: Serial date, Excel, Lotus, MJD, PolyForth Mark Wills <forthfreak@gmail.com> - 2013-05-09 00:17 -0700
    Re: Serial date, Excel, Lotus, MJD, PolyForth "Elizabeth D. Rather" <erather@forth.com> - 2013-05-08 22:18 -1000
      Re: Serial date, Excel, Lotus, MJD, PolyForth "Ed" <invalid@nospam.com> - 2013-05-10 12:19 +1000
    Re: Serial date, Excel, Lotus, MJD, PolyForth Alex McDonald <blog@rivadpm.com> - 2013-05-09 06:37 -0700
    Re: Serial date, Excel, Lotus, MJD, PolyForth C G Montgomery <cgm@physics.utoledo.edu> - 2013-05-09 17:30 -0400
    Re: Serial date, Excel, Lotus, MJD, PolyForth "Ed" <invalid@nospam.com> - 2013-05-11 14:57 +1000
  Re: Serial date, Excel, Lotus, MJD, PolyForth "Rod Pemberton" <do_not_have@notemailnotq.cpm> - 2013-05-09 18:41 -0400

csiph-web