<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
If you wanted to build a new mobile agents framework for research
purposes, I think that using Racket would be viable.<br>
<br>
Some relevant features that Racket gives you atop what typical Scheme
dialects/derivatives do include: greater ability to limit resources,
the serializable continuations work for the Racket Web Server, good
support for defining and mixing languages (or constructing eval
environments, if you like).<br>
<br>
Also, if you are doing your academic research on a small niche like
mobile agents, you will especially want to get connected with the right
research circle.&nbsp; Over ten years ago (when I last kept up with the
topic), the mobile agents community was small, and there was a private
email list shared among key researchers, but the email list seems to
have moved ("mobility" pun) or disappeared.&nbsp; I don't know whether work
on this topic is still active, or whether the topic has morphed into
something else.&nbsp; I suggest finding and reading all the conference and
workshop proceedings, as well as trying out any prototypes and tools
you can find.&nbsp; After you've ingested all you can find, you might try
contacting a couple of the people whose work most interests you, to
express your interest and ask for advice on how to proceed.<br>
<br>
In addition to the topic of "mobile agents", also spend some time
getting background on "distributed objects", if you have not done so
already.<br>
<br>
Oh, before you do too much more reading and playing with software,
perhaps you should write down your perspective on mobile agents and why
it interests you, as notes to yourself.&nbsp; Then you can refer back to
those notes after being overwhelmed with other people's perspectives,
so that you don't forget ideas that others might have missed or failed
to follow through on.&nbsp; (It is not uncommon for lots of people to have
similar grand visions of a research topic, and for there to be lots of
hype on a topic for a while, but then the hype dies down, and those
people graduate and/or switch to new topics before they've achieved the
grand vision for the previous topic.&nbsp; That doesn't mean the previous
topic is uninteresting or insoluble, nor that the dominant approaches
during the hype were the best ones.)<br>
<br>
Also, once you've scouted out the topic, be sure to get an academic
research advisor, if you don't already have one.&nbsp; Besides topical and
general research direction, s/he can advise you about funding.<br>
<br>
Good luck.<br>
<br>
<br>
Nevo wrote at 01/05/2011 02:04 AM:
<blockquote
 cite="mid:AANLkTimRrN0bM83CE7C0SsWw8XC8HM5riykdOOXwD=0v@mail.gmail.com"
 type="cite">hi,
  <div>&nbsp;&nbsp;I'm new to mobile agent, but i'm interested in that and plan
to continue my study on that if possible. Now I'm required to prepare a
proposal related with mobile agent and I want to use racket as the
implementation language, but i'm not sure if this is really applicable,
so i'm asking here for some suggest.</div>
  <div>&nbsp;&nbsp;As the background reading, I've been briefly read papers "<a
 moz-do-not-send="true"
 href="http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=1555148">Scheme
implementation of the functional language for mobile agents with
dynamic extension</a>" and "<a moz-do-not-send="true"
 href="http://www.cs.virginia.edu/%7Eknabe/dissertation.ps.gz">Language
Support for Mobile Agents,</a>". Both implementation are based on
functional programming language, so I feel it should be feasible in
Racket as well. After further searching, it seems IBM's "<a
 moz-do-not-send="true" href="http://www.trl.ibm.com/aglets/">Aglets</a>"
is the most popular implementation, in Java, and Python also has a
prototyping framework <a moz-do-not-send="true"
 href="http://maf.sourceforge.net/">MAF</a>&nbsp;which supports "foreign
agent", and &nbsp;<a moz-do-not-send="true"
 href="https://www.taupro.com/ss/pyrover.html">Pyrover</a>&nbsp;which I
cannot open the link for (just read the cached page). I'm wondering is
there any similar framework or implementation in scheme or racket I can
reference from ? Thanks!</div>
  <div><br>
  </div>
  <div>Nevo</div>
</blockquote>
<br>
</body>
</html>