Reading direct-access files is slow with Intel Fortran?7147 (5/29/2009 7:24:06 AM) comp.lang.fortran Hello, we ran into a curious problem with the Intel Fortran compiler: The application reads direct-access files with a record length of one real number and reads a block of data one by one in the following fa... Arjen
Problem with exponentiation: -2**2 gives 4 instead of -46038 (5/22/2009 10:56:41 AM) comp.lang.tcl Hello, I ran into a problem with exponentiation in Tcl 8.5.0: expr {-2**2} gives 4 where I would expect -4 as an answer. If this has been solved in later version, then please ignore this report. (I will have... Arjen
Tcl 8.5 sometimes produces numbers with long fractional parts745 (3/20/2009 6:35:17 PM) comp.lang.tcl Hello, if you compute 0.2*3 in Tcl 8.5 the result is: % expr {0.2*3} 0.6000000000000001 rather than the 0.6 I would have liked to get. It is annoying in the context of Plotchart where sometimes you get labe... Arjen
Experiment: A kind of declarative style562 (2/25/2009 12:11:49 PM) comp.lang.fortran Hi, just a small experiment I would like to share with you: The code below shows that you can pass an expression (well, at least as far as the programmer should be concerned) to a routine for later use. Note ... Arjen
Recognising NaNs547 (2/23/2009 10:50:31 AM) comp.lang.tcl Hi, since Tcl 8.5 we can deal with Not-a-numbers (NaN) in a systematic way - at least from the scripting side. The problem I currently face (as part of the Tcl interface in the PLplot project - http://plplot.s... Arjen
Itcl and teapot440 (2/6/2009 10:31:13 AM) comp.lang.tcl Hello, I have run into an odd problem with teapot and (I assume) extensions using a DLL. In this case it is Itcl. The problem is this: I have installed Itcl via teapot, but in contrast to the version that com... Arjen
Intrinsic functions and non-trivial lower bounds2951 (2/3/2009 8:00:05 AM) comp.lang.fortran Hello, I have run into issues with lower bounds for arrays other than 1 in the past, in our own subroutines and functions and I understand the behaviour/design choice. However, I found that this behaviour also... Arjen
upgrade slowdown1647 (6/26/2009 1:33:08 AM) comp.lang.tcl is it common for tcl scripts to run noticeably slower under 8.5 than they did under 8.4? i just downloaded and installed 8.5 from ActiveState and i can see my script hesitating where it used to blaze are ther... nospam2261(25)
STREAM I/O questions977 (6/26/2009 8:13:31 AM) comp.lang.fortran ! I have a number of Fortran codes (mostly graphics-related or special ! text-based utilities) that need stream I/O. C was the dominant stream-I/O ! based language; so "When in Rome, do as the Romans do." seeme... urbanjost(37)
creating objects644 (6/26/2009 10:26:47 AM) comp.lang.tcl Hello, I`ve been looking into implemetation of object orientation in 8.6 and I`m confused with what is the difference between my_class create my_object my_object do_something and set my_object [my_class new... mozga(28)
Modifying file840 (6/29/2009 8:25:21 AM) comp.lang.tcl Hi, I have a file "test.txt" with the following content: MARKER ..a/b/c MARKER_2 ../test/test2 MARKER ..d/e/f MARKER_2 ../test3/test4 Now I want a new file to be written, but all lines with MARKER should ... antonio.vazquez.arias(1)
Problem with label and variable442 (6/29/2009 2:09:05 PM) comp.lang.tcl Hello everybody, I'm wittring a little application which can update GUI depending of number/type of files found in a file. But I have a problem: I want to fill entries (.ent***) with the content of the variabl... sid.varno(17)
linking dll with g951883 (6/29/2009 6:20:52 PM) comp.lang.fortran Hello, I've been trying to link a dll with a simple test program using g95. I have the code working using Silverfrosts FTN95 compiler however I wish to use the open source GNU g95 compiler My code looks like ... acp693(11)
Curious behaviour/bug in lsearch470 (6/29/2009 7:37:55 PM) comp.lang.tcl Hello out there, I just stumbled over something strange. Look at the following code: --- (src(v2)) 101 % lappend l {a[]} a[] (src(v2)) 102 % lsearch $l {a[]} -1 (src(v2)) 103 % info pa 8.5.3 --- Seems like 'l... hgiese(1073)
charts152 (7/5/2009 4:54:22 PM) comp.lang.tcl hi list, two things ... #1 how to open a new wiki.tcl.tk page? #2 i have a charting modules for svg charts. recently added pie charts and might add some more, but dont like the api of the old module, so woul... koyama80(50)