comp.lang.ada
 help / color / mirror / Atom feed
From: "Thomas Løcke" <thomas@12boo.net>
Subject: Re: Tcl/TK + Ada
Date: Tue, 18 Sep 2012 14:42:25 +0200
Date: 2012-09-18T14:42:25+02:00	[thread overview]
Message-ID: <50586c31$0$286$14726298@news.sunsite.dk> (raw)
In-Reply-To: <c0b7c606-fa4c-4001-a8d6-02bb262c4215@googlegroups.com>

On 09/18/2012 01:56 PM, Patrick wrote:
> This is probably just a continuation of the recent Ada GTK vs QTbinding thread but I didn't want to take a chance of thread-jacking.
>
> So I am working on a daemon that will be written in Ada and controlled by a slew of small simple commands. I am planning on controlling it through a Tcl/Tk GUI. I am wondering if this is a good design decision? Has anyone done somethign like this?
>
> Tcl is not going to be as reliable as Ada but if the code base is small (and Tcl was designed for small code bases) then I should be okay right?
>
> There is an Ada binding:
> http://tcladashell.sourceforge.net/index.htm
>
> Am I walking into any pitfalls here...
>
> Any feedback woudl be appreciated-Patrick
>


If the daemon is controlled by a "slew of simple commands", why not just
control it from the commandline interface? That way your daemon is also
controllable from scripts, making it easier for sysadmins to manage it.

Personally I can't stand daemons that are managed from a GUI, as a GUI
usually limits my ability to control the daemon however I want.

Server software without a decent CLI is a dreadful thing to work with.

-- 
Thomas L�cke | thomas@12boo.net | http://12boo.net



  reply	other threads:[~2012-09-21  1:13 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-18 11:56 Tcl/TK + Ada Patrick
2012-09-18 12:42 ` Thomas Løcke [this message]
2012-09-18 12:51   ` Patrick
2012-09-18 17:36 ` Simon Wright
2012-09-18 18:57   ` Patrick
2012-09-18 19:30     ` Simon Wright
2012-09-19 10:02 ` john
2012-09-19 11:17   ` Pascal Obry
2012-09-19 12:08     ` Patrick
2012-09-19 13:05       ` john
2012-09-19 14:27         ` Patrick
2012-09-19 15:12           ` Dmitry A. Kazakov
2012-09-19 15:43           ` Pascal Obry
2012-09-21 23:23       ` Jerry
2012-09-21  8:54 ` leonid.dulman
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox