home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / pascal / 5121 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  1.0 KB

  1. Path: sparky!uunet!munnari.oz.au!comp.vuw.ac.nz!canterbury.ac.nz!lincoln.ac.nz!cachoo
  2. Newsgroups: comp.lang.pascal
  3. Subject: Fortran calls from TP?
  4. Message-ID: <1992Aug31.162936.246@lincoln.ac.nz>
  5. From: cachoo@lincoln.ac.nz
  6. Date: 31 Aug 92 16:29:36 +1200
  7. Lines: 16
  8.  
  9.  
  10. Can FORTRAN subroutines be called from TP programs? or is there any good
  11. FORTRAN to Pascal translator?
  12.  
  13. I use Pascal (TP in particular) to implement simulations of biological- 
  14. economic systems (bioeconomic modelling). Pascal is ideally suited for my 
  15. needs because of its ability to manipulate pointer variables, linked lists,
  16. complex data structures, ennumerated types etc. etc., while it retains a 
  17. 'friendly' english-like syntax (unlike C).
  18.  However, there are lots of good scientific subroutines out there written in
  19. Fortran. Wouldn't it be nice to have the best of both worlds by implementing
  20. input/output and general system simulation with Pascal while calling Fortran
  21. subroutines to perform numerical calculations?
  22. Am I dreaming?
  23. Thanks for any info
  24.   Oscar
  25.