Displaying 20 results from an estimated 10000 matches similar to: "RE: What about [TCL as ] a higher level configuration language?"
2005 Jan 06
0
Re: kind of Urgent (Fedora Core 3 & Asterisk)
On Thu, 2005-01-06 at 12:00 -0600, asterisk-users-
request@lists.digium.com wrote:
> Andy Burns wrote:
> > Shoval Tomer wrote:
> >
> >> Can anyone comment why shouldn't we use FC 3 for an * production
> system?
> >
> >
> > when I tried the X100P drivers on FC3 I had problems with udev, the
> > workaround didn't work for me, maybe
2004 Sep 26
3
What about a higher level configuration language
Hi all.
I've been reading through Wi-Ki and at the extensions.conf file
description (http://www.voip-info.org/wiki-Asterisk+config+extensions.conf)
The author says this:
"One day, someone is going to write a proper scripting language for
Asterisk that can understand a simpler, easier (and more traditional)
scripting syntax. All it would need to do is translate the "high
2006 Jan 17
1
Qwest can't/won't
Hello--
I've been making note of a local situation that seems somewhat
irritating, and thought maybe some of you experts out there, might be
able to propose some alternatives.
The situation goes like this:
Rural Wyoming. Cody, to be exact, but I'd wager that you could almost
anywhere in Wyoming and find similar situations.
The county gov. phones and the school system phones do not
2010 Aug 12
2
accessing tcl variables within R and tcl
Dear R users,
I have some troubles with dealing with tclObj objects. I try to explain
it with a toy example:
Say I define the following tcl procedure which just prints out each list
element
library(tcltk)
.Tcl('proc test {myList} {
foreach i $myList {
puts stdout $i
}
}')
and I call it with:
> tcl('test',letters[1:5]) # Works as expected
Now say I define
2018 Jul 06
0
Re: [PATCH nbdkit] Add Tcl plugin, for writing plugins in Tcl.
On 07/01/2018 09:59 AM, Richard W.M. Jones wrote:
> This lets you write simple plugins in Tcl. All the basic features of
> nbdkit are supported, but serious Tcl users will probably want to
> enhance the plugin further.
>
> Unfortunately Tcl as a language is not very well suited to handling
> binary data. It prefers to store binary data in UCS-2 strings,
> meaning that every
1999 Jun 30
1
New packages (tcl/tk <-> R glue + Visual Tcl)
[Reposted by R-announce-owner because of R-announce protection.
Guido is subscribed under a different E-mail..]
I have made available in the 'Contributed R code | Devel' section of CRAN
(in this moment only at Wien) two new packages:
'tcltk': this package let to create and use tcl/tk interpreters
from R. The tcl interpreters have an additional command
1999 Jun 30
1
New packages (tcl/tk <-> R glue + Visual Tcl)
[Reposted by R-announce-owner because of R-announce protection.
Guido is subscribed under a different E-mail..]
I have made available in the 'Contributed R code | Devel' section of CRAN
(in this moment only at Wien) two new packages:
'tcltk': this package let to create and use tcl/tk interpreters
from R. The tcl interpreters have an additional command
2009 Jan 15
1
About Tcl/Tk after command in R
Dear R-helpers,
I have a problem with the tcl "after" instruction. When I send:
> library(tcltk)
Loading Tcl/Tk interface ... done
> tcl("after",1000,cat("try tcl after\n"))
try tcl after
<Tcl>
the tcl command works fine. Similarly, the tcl command:
> tcl("after",1000,plot(rnorm(100)))
<Tcl>
works fine. But, if I send the command:
2003 Apr 17
2
R Install problems with Redhat 9 : "tcl.so" versus "tcl.so.0"
Hi,
I'm having problems with a R Redhat Linux install. Please bear with me,
I've only been working with Linux for about a week here.
I have Redhat Linux 9 running on a recent Pentium machine. Here's the
install, showing I'm running kernel release 2.4.20-6.
[root at localhost root]# uname -a
Linux localhost.localdomain 2.4.20-6 #1 Thu Feb 27 10:06:59 EST 2003 i686
i686 i386
2010 Aug 10
1
Adding Tcl source to an R package
Dear R Community,
I'm writing an R package with a lot of Tcl and Tk code. I use the Tcl
wrapper functions provided by the tcltk package if possible. However I
also define "pure" Tcl functions. I so far defined them with the .Tcl
function, for example (in R):
.Tcl('proc test {a b} {
return [expr {sqrt(pow($a,2)+pow($b,2))}]
}')
so that I can use the procedures later on
2016 Mar 01
0
Database left unlocked by Tcl bindings
On Sat, 27 Feb 2016 19:39:11 +0100 (CET), Eric J <eric at deptj.eu> wrote:
> On Thu, 25 Feb 2016 23:37:52 +0000, Olly Betts <olly at survex.com> wrote:
8>< --------
>> I'm testing with Tcl 8.6 (Debian package 8.6.4+dfsg-3), and it works for
>> me.
>>
>> So it does seem it must be due to something your Tcl interpreter is
>> doing, but I'm
2009 Jun 15
0
Wishlist: as.raw [or similar] support for tcl strings (PR#13758)
Full_Name: Rick Sayre
Version: 2.9.0
OS: windows, os x, linux
Submission from: (NULL) (138.72.153.236)
if a tcl "string" contains binary data, there is a problem getting this data
to R, since there appears to be no way to get "raw" data without NULL
interpretation. Here is a simple example. The data should be
Here are 1<one NULL>Here is 2<two NULLs>And finally
2003 Aug 19
0
Tcl/Tk on Panther
It used to be sufficient to configure R with
configure --enable-R-shlib
--with-tcl-config=/Library/Frameworks/Tcl.framework/tclConfig.sh
--with-tk-config=/Library/Frameworks/Tk.framework/tkConfig.sh
--with-blas='-framework vecLib' --with-lapack --with-aqua
but for some reason this does get Tcl/Tk support build in Panther
(batteries included version of Aqua Tcl/Tk,
but observe
2011 Jan 03
0
Problem loading Tcl/Tk (?)
Hello,
a user of one of my packages has sent me the following problem that
apparently appears when loading the tcltk package. I'm guessing something
(Tcl/Tk? R open scripting framework?) is not installed correctly... can
someone please confirm or correct my guess? The OS is Mac 10.6.5.
Thanks,
Peter
This is what I get:
> ~ joseoter$ r
> R version 2.12.0 (2010-10-15)
> Copyright
2014 Oct 06
3
[LLVMdev] LLVM features that ought to be surfaced in a higher-level language?
I've been out of touch with the LLVM community for a few years, and so I
haven't kept up on all of the changes and improvements that have been added
lately. I've been wondering if someone on this list would care to summarize
what features of LLVM would be appropriate to expose as features of
languages built on top of LLVM. In other words, if you were building a new
LLVM-based language
1999 Jan 11
0
Bug in axis(...,tcl=0)?
Hi,
first of all, I would like to take this opportunity to thank all of you
"answer guys" for giving such detailed answers. I think I've learned about
as much from all these answers as from the different S/R documents I've
read so far.
Anyway, I ran into a incompatability between S and R, that is, R does not
know the "ticks=T/F" argument to functions like axis and
2016 Feb 25
0
Database left unlocked by Tcl bindings
On Thu, Feb 25, 2016 at 05:21:17PM +0100, Eric J wrote:
> On Thu, 25 Feb 2016 02:24:51 +0000, Olly Betts <olly at survex.com> wrote:
> > It's clearly not as simple as execl() always releasing the lock, but I
> > don't think we've ruled out the OS entirely yet - the above isn't
> > exactly equivalent to the Tcl code, as the two databases are created by
2013 Jan 12
3
Cannot find Tcl library(Sort of OT)
Hey All,
I'm trying to build Tux Racer. I get:
checking for tcl8.5 library... no
checking for tcl83 library... no
checking for tcl8.2 library... no
checking for tcl82 library... no
checking for tcl8.0 library... no
checking for tcl80 library... no
checking for tcl library... no
configure: error: Cannot find Tcl library
The install manual says I may have to pass some options to configure:
2003 Apr 17
1
Help with TCL packages
Hello,
I am exploring the TCLTK package under R and try to load and use additional TCL libraries (under Windows, with TCL8.3). For example :
> addTclPath("C:/TCL/lib/bwidget1.5")
> tclRequire("BWidget")
<Tcl> 1.5
Loading seems to work, but when I try to create a specific widget :
# The main window appears correctly
> top=tktoplevel()
# Trying to insert a
2002 Aug 06
1
Using Tcl/Tk on Windows
Hello,
I would like to try Tcl/Tk library on Windows.
I installed ActiveTCL 8.3.4.3 and add the environment variable TCL_LIBRARY
linking to the directory of installation.
When I load the Tcl/Tk package, I have the following error:
+--------------------------------------------------------------+
Error in firstlib(which.lib.loc, package) :
Can't find a usable init.tcl in the