Re: [fpc-other] Original Version of Photoshop Was Written in Pascal; Source Released

2018-05-24 Thread DaWorm
Wonder if it was still a p-code compiler back then, as it was based on
Microsoft Pascal, which was based on UCSD Pascal.

http://www.edm2.com/index.php/Microsoft_Pascal

Jeff.

On Thu, May 24, 2018 at 4:13 PM, Mark Morgan Lloyd <
markmll.fpc-ot...@telemetry.co.uk> wrote:

> On 24/05/18 17:30, Santiago A. wrote:
>
>> The 1990 version of Photoshop was written in Pascal.
>> http://www.computerhistory.org/atchm/adobe-photoshop-source-code/
>> I've read that first Apple OS was in pascal.  Also that first Autocad
>> version was written also in Pascal, but it need to exchange floppy disks
>> too many times for compiling.
>> It looks like Pascal had a bright beginning. What happened to you, my
>> beloved Pascal? Sniff =-)
>>
>
> 53. Why did Autodesk decide to write AutoCAD in   C rather than   Pascal?
>
> Because when Greg Lutz   went to see a demo of IBM Pascal at the
> computer store, he discovered that it took 5 disc swaps or so to compile
> each file. Computer Innovations C let you run with the compiler in the A
> drive and your source in the B drive without playing disc jockey.
>
> https://www.fourmilab.ch/autofile/www/chapter2_112.html
>
> Note who owns that website.
>
> --
> Mark Morgan Lloyd
> markMLl .AT. telemetry.co .DOT. uk
>
> [Opinions above are the author's, not those of his employers or colleagues]
>
> ___
> fpc-other maillist  -  fpc-other@lists.freepascal.org
> http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other
>
___
fpc-other maillist  -  fpc-other@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other


Re: [fpc-other] StrumPract, the Swiss knife of musicians.

2017-07-23 Thread DaWorm
p.s. "learn to play drums in 4 lessons".. okay but I am a drummer and it
took me a little longer than that ;-)


Guess it depends on how long each lesson lasts!

Jeff
___
fpc-other maillist  -  fpc-other@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other


Re: [fpc-other] Git & SVN

2017-05-23 Thread DaWorm
emacs!  vi!

Let's call the whole thing off and use EDLIN.
___
fpc-other maillist  -  fpc-other@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other


Re: [fpc-other] Orange Pi vs. Raspberry Pi vs Banana Pi vs ASUS Tinkerboard vs. Odroid

2017-03-08 Thread DaWorm
On Mar 8, 2017 5:14 AM, "Mark Morgan Lloyd" <
markmll.fpc-ot...@telemetry.co.uk> wrote:


Beagle bone is more expensive, but more open sourced
>

Particularly notable due to a couple of DSP-like processors which make it
good for high-speed stuff. However unlike the main processor I believe
these have to be programmed in assembler.


I believe the two I/O processors are Cortex M0 and can be programmed in
just about anything, probably even FPC with a little work.  Nice in that
realtime tasks can be handled with dedicated CPUs while user interfaces can
be done in non realtime code.

Jeff
___
fpc-other maillist  -  fpc-other@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other


Re: [fpc-other] News on Delphi x64

2010-11-01 Thread DaWorm
On Mon, Nov 1, 2010 at 12:33 PM, Sven Barth wrote:

> But at least when interfacing with Windows one could have replaced all
> Integer with LongInt to stay compatible... (in theory at least ^^ )
>

The TP to Delphi change was one of the reasons I always use longint in
Delphi now, and never, ever use integer.  In C, I have an include to make
everything read like u8, s16, u32 etc, and never use internal type names at
all except occasionally for simple loop counters where the count is low.
Should I need to do any 64 bit FPC, I'll probably do something similar for
all my sources, and curse every time I use someone else's that breaks.

Jeff.
___
fpc-other maillist  -  fpc-other@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-other