• Re: Pascal compiler of ch

    From Deavmi@KK4QBN to Vk3jed on Mon Apr 3 17:21:00 2017
    I'm planning on using Free Pascal as I get back into Pascal development.

    ... And God said, "Let there be light, but make it quick."
    --- MultiMail/Win32 v0.49
    Γûá Synchronet Γûá Freeway BBS in Bendigo, Australia.



    Awesome. I find it great.

    +----+----+----+----+----+----+----+----+----+----+
    Tristan B. Kildaire (deavmi@kk4qbn.synchro.net)
    Info: `finger deavmi@kk4qbn.synchro.net` +----+----+----+----+----+----+----+----+----+----+
    ---
    ■ Synchronet ■ KK4QBN + (706)-422-9538 + kk4qbn.synchro.net + 24/7/365
  • From Vk3jed@FREEWAY to Deavmi on Wed Apr 5 11:23:00 2017
    Deavmi wrote to Vk3jed <=-

    I'm planning on using Free Pascal as I get back into Pascal development.

    Awesome. I find it great.

    Yeah, started working through the tutorial on the wiki and it's coming back to me. :)


    ... Before you can learn to be free you need to be free to learn...
    --- MultiMail/Win32 v0.49
    ■ Synchronet ■ Freeway BBS in Bendigo, Australia.
  • From Deavmi@KK4QBN to Deavmi on Mon Jun 5 20:14:00 2017
    On 22/03/2017 23:59, Deavmi wrote:
    Are you guys all using Free Pascal or what? I find it to be great - not that I
    know of any alternatives.

    +==========+

    Regards,
    Tristan B. Kildaire (Deavmi)

    Email: deavmi@ewbbs.synchro.net; deavmi@kk4qbn.synchro.net

    +==========+

    fpc is where it is at.

    I like Pascal, maybe oneday I will write a language that uses it's
    syntax in an even better way (improves upon it in my opinion and still
    keeps thing easy :)).
    ---
    ■ Synchronet ■ KK4QBN + (706)-422-9538 + kk4qbn.synchro.net + 24/7/365
  • From Vk3jed@FREEWAY to Deavmi on Tue Jun 6 13:41:00 2017
    Deavmi wrote to Deavmi <=-

    fpc is where it is at.

    I like Pascal, maybe oneday I will write a language that uses it's
    syntax in an even better way (improves upon it in my opinion and still keeps thing easy :)).

    I like Pascal too, and am enjoying relearning the language, FPC is an awesome compiler. :)


    ... Cats - the ultimate stress reliever
    --- MultiMail/Win32 v0.49
    ■ Synchronet ■ Freeway BBS in Bendigo, Australia.
  • From Deavmi@KK4QBN to Vk3jed on Wed Jun 7 21:53:00 2017
    On 06/06/2017 05:41, Vk3jed wrote:
    Deavmi wrote to Deavmi <=-
    >
    De> fpc is where it is at.

    De> I like Pascal, maybe oneday I will write a language that uses it's
    De> syntax in an even better way (improves upon it in my opinion and still
    De> keeps thing easy :)).

    I like Pascal too, and am enjoying relearning the language, FPC is an awesome compiler. :)


    .... Cats - the ultimate stress reliever
    --- MultiMail/Win32 v0.49
    � Synchronet � Freeway BBS in Bendigo, Australia.

    Very fun. I love the syntax. Old languages are fun. I was never around
    in those times (born in 1999) but hell do I love them. My grand mother
    was a systems analyst and did Fortran, COBOL, Pascal and probably more
    back in those days.
    ---
    ■ Synchronet ■ KK4QBN + (706)-422-9538 + kk4qbn.synchro.net + 24/7/365
  • From Vk3jed@FREEWAY to Deavmi on Thu Jun 8 09:29:00 2017
    Deavmi wrote to Vk3jed <=-

    Very fun. I love the syntax. Old languages are fun. I was never around
    in those times (born in 1999) but hell do I love them. My grand mother
    was a systems analyst and did Fortran, COBOL, Pascal and probably more back in those days.

    I did BASIC, Pascal and FORTRAN in the 80s-90s. Never had to deal with COBOL, because my studies were in engineering. I particularly enjoyed Pascal and FORTRAN, Pascal, particularly Turbo Pascal, had a lot of great features. FORTRAN was awesome for engineering type problems, with built in support for complex numbers (used all the time in communication and power systems) - no need for my normal complex number types and procedures, which I kept up my sleeve for programs. From memory, the complex type was a record with 2 fields of type real - "real" and "imaginary".


    ... 12 Hours Of Work!! What Do You Mean Disk Error??
    --- MultiMail/Win32 v0.49
    ■ Synchronet ■ Freeway BBS in Bendigo, Australia.
  • From Vk3jed@FREEWAY to Deavmi on Thu Jun 8 12:32:00 2017
    Deavmi wrote to Vk3jed <=-

    Very fun. I love the syntax. Old languages are fun. I was never around
    in those times (born in 1999) but hell do I love them. My grand mother
    was a systems analyst and did Fortran, COBOL, Pascal and probably more back in those days.

    I never got my head around C. One reason was a really bad lecturer at uni, who also put me off *NIX, until I had a project that required Linux, then I was hooked. :-) But for C, the damage was done, and I haven't had the time to learn a totally new language. For me, the hardest part is not the structure of a program, but the specifics. My natural mode of thought is non verbal (and probably worth a PhD study :D ), my memory is such that I remember broader concepts rather than syntactic speciicifics, except for special cases, and my recall is pretty ordinary, meaning for anything I don't regularly use, I need a reference guide with me all the time that I can look up in reasonable time.

    Pascal fares much better, much of it having been in long term memory at some stage. Refreshing/relearning is much quicker than something totally new, because my recognition, which is well above average, can assist greatly.


    ... Cattle without legs: ground beef.
    --- MultiMail/Win32 v0.49
    ■ Synchronet ■ Freeway BBS in Bendigo, Australia.
  • From Deavmi@KK4QBN to Vk3jed on Fri Jun 9 21:33:00 2017
    On 08/06/2017 01:29, Vk3jed wrote:
    Deavmi wrote to Vk3jed <=-
    >
    De> Very fun. I love the syntax. Old languages are fun. I was never around
    De> in those times (born in 1999) but hell do I love them. My grand mother
    De> was a systems analyst and did Fortran, COBOL, Pascal and probably more
    De> back in those days.

    I did BASIC, Pascal and FORTRAN in the 80s-90s. Never had to deal with COBOL,
    because my studies were in engineering. I particularly enjoyed Pascal and FORTRAN, Pascal, particularly Turbo Pascal, had a lot of great features. FORTRAN was awesome for engineering type problems, with built in support for complex numbers (used all the time in communication and power systems) - no need for my normal complex number types and procedures, which I kept up my sleeve for programs. From memory, the complex type was a record with 2 fields
    of type real - "real" and "imaginary".


    .... 12 Hours Of Work!! What Do You Mean Disk Error??
    --- MultiMail/Win32 v0.49
    � Synchronet � Freeway BBS in Bendigo, Australia.

    I love how the type is a record. Just makes me feel happy to see data structures. Probably just a programmer thing. :) You feel me right XD?
    ---
    ■ Synchronet ■ KK4QBN + (706)-422-9538 + kk4qbn.synchro.net + 24/7/365
  • From Deavmi@KK4QBN to Vk3jed on Fri Jun 9 21:37:00 2017
    On 08/06/2017 04:32, Vk3jed wrote:
    Deavmi wrote to Vk3jed <=-
    >
    De> Very fun. I love the syntax. Old languages are fun. I was never around
    De> in those times (born in 1999) but hell do I love them. My grand mother
    De> was a systems analyst and did Fortran, COBOL, Pascal and probably more
    De> back in those days.

    I never got my head around C. One reason was a really bad lecturer at uni, who
    also put me off *NIX, until I had a project that required Linux, then I was hooked. :-) But for C, the damage was done, and I haven't had the time to learn a totally new language. For me, the hardest part is not the structure of
    a program, but the specifics. My natural mode of thought is non verbal (and probably worth a PhD study :D ), my memory is such that I remember broader concepts rather than syntactic speciicifics, except for special cases, and my recall is pretty ordinary, meaning for anything I don't regularly use, I need a
    reference guide with me all the time that I can look up in reasonable time.

    Pascal fares much better, much of it having been in long term memory at some stage. Refreshing/relearning is much quicker than something totally new, because my recognition, which is well above average, can assist greatly.


    .... Cattle without legs: ground beef.
    --- MultiMail/Win32 v0.49
    � Synchronet � Freeway BBS in Bendigo, Australia.

    Cooleo. Well atleast it is a useful language, Pascal that is and you can
    get stuff done in it. Infact a language, Nim, had its compiler written
    in Pascal and it is a new language so yeah. One up man!
    ---
    ■ Synchronet ■ KK4QBN + (706)-422-9538 + kk4qbn.synchro.net + 24/7/365
  • From Deavmi@BATTLEST/FREEWAY to Vk3jed on Mon Apr 3 17:21:00 2017
    I'm planning on using Free Pascal as I get back into Pascal development.

    ... And God said, "Let there be light, but make it quick."
    --- MultiMail/Win32 v0.49
    â–  Synchronet â–  Freeway BBS in Bendigo, Australia.



    Awesome. I find it great.

    +----+----+----+----+----+----+----+----+----+----+
    Tristan B. Kildaire (deavmi@kk4qbn.synchro.net)
    Info: `finger deavmi@kk4qbn.synchro.net` +----+----+----+----+----+----+----+----+----+----+
    ---
    þ Synchronet þ KK4QBN + (706)-422-9538 + kk4qbn.synchro.net + 24/7/365
  • From Deavmi@BATTLEST/FREEWAY to Deavmi on Mon Jun 5 20:14:00 2017
    On 22/03/2017 23:59, Deavmi wrote:
    Are you guys all using Free Pascal or what? I find it to be great - not that I
    know of any alternatives.

    +==========+

    Regards,
    Tristan B. Kildaire (Deavmi)

    Email: deavmi@ewbbs.synchro.net; deavmi@kk4qbn.synchro.net

    +==========+

    fpc is where it is at.

    I like Pascal, maybe oneday I will write a language that uses it's
    syntax in an even better way (improves upon it in my opinion and still
    keeps thing easy :)).
    ---
    ■ Synchronet ■ KK4QBN + (706)-422-9538 + kk4qbn.synchro.net + 24/7/365
  • From Deavmi@BATTLEST/FREEWAY to Vk3jed on Wed Jun 7 21:53:00 2017
    On 06/06/2017 05:41, Vk3jed wrote:
    Deavmi wrote to Deavmi <=-
    >
    De> fpc is where it is at.

    De> I like Pascal, maybe oneday I will write a language that uses it's
    De> syntax in an even better way (improves upon it in my opinion and still
    De> keeps thing easy :)).

    I like Pascal too, and am enjoying relearning the language, FPC is an awesome compiler. :)


    .... Cats - the ultimate stress reliever
    --- MultiMail/Win32 v0.49
    � Synchronet � Freeway BBS in Bendigo, Australia.

    Very fun. I love the syntax. Old languages are fun. I was never around
    in those times (born in 1999) but hell do I love them. My grand mother
    was a systems analyst and did Fortran, COBOL, Pascal and probably more
    back in those days.
    ---
    þ Synchronet þ KK4QBN + (706)-422-9538 + kk4qbn.synchro.net + 24/7/365
  • From Deavmi@BATTLEST/FREEWAY to Vk3jed on Fri Jun 9 21:33:00 2017
    On 08/06/2017 01:29, Vk3jed wrote:
    Deavmi wrote to Vk3jed <=-
    >
    De> Very fun. I love the syntax. Old languages are fun. I was never around
    De> in those times (born in 1999) but hell do I love them. My grand mother
    De> was a systems analyst and did Fortran, COBOL, Pascal and probably more
    De> back in those days.

    I did BASIC, Pascal and FORTRAN in the 80s-90s. Never had to deal with COBOL,
    because my studies were in engineering. I particularly enjoyed Pascal and FORTRAN, Pascal, particularly Turbo Pascal, had a lot of great features. FORTRAN was awesome for engineering type problems, with built in support for complex numbers (used all the time in communication and power systems) - no need for my normal complex number types and procedures, which I kept up my sleeve for programs. From memory, the complex type was a record with 2 fields
    of type real - "real" and "imaginary".


    .... 12 Hours Of Work!! What Do You Mean Disk Error??
    --- MultiMail/Win32 v0.49
    � Synchronet � Freeway BBS in Bendigo, Australia.

    I love how the type is a record. Just makes me feel happy to see data structures. Probably just a programmer thing. :) You feel me right XD?
    ---
    þ Synchronet þ KK4QBN + (706)-422-9538 + kk4qbn.synchro.net + 24/7/365
  • From Deavmi@BATTLEST/FREEWAY to Vk3jed on Fri Jun 9 21:37:00 2017
    On 08/06/2017 04:32, Vk3jed wrote:
    Deavmi wrote to Vk3jed <=-
    >
    De> Very fun. I love the syntax. Old languages are fun. I was never around
    De> in those times (born in 1999) but hell do I love them. My grand mother
    De> was a systems analyst and did Fortran, COBOL, Pascal and probably more
    De> back in those days.

    I never got my head around C. One reason was a really bad lecturer at uni, who
    also put me off *NIX, until I had a project that required Linux, then I was hooked. :-) But for C, the damage was done, and I haven't had the time to learn a totally new language. For me, the hardest part is not the structure of
    a program, but the specifics. My natural mode of thought is non verbal (and probably worth a PhD study :D ), my memory is such that I remember broader concepts rather than syntactic speciicifics, except for special cases, and my recall is pretty ordinary, meaning for anything I don't regularly use, I need a
    reference guide with me all the time that I can look up in reasonable time.

    Pascal fares much better, much of it having been in long term memory at some stage. Refreshing/relearning is much quicker than something totally new, because my recognition, which is well above average, can assist greatly.


    .... Cattle without legs: ground beef.
    --- MultiMail/Win32 v0.49
    � Synchronet � Freeway BBS in Bendigo, Australia.

    Cooleo. Well atleast it is a useful language, Pascal that is and you can
    get stuff done in it. Infact a language, Nim, had its compiler written
    in Pascal and it is a new language so yeah. One up man!
    ---
    þ Synchronet þ KK4QBN + (706)-422-9538 + kk4qbn.synchro.net + 24/7/365