comp.lang.misc
  Home FAQ Contact Sign in
comp.lang.misc only
 
Advanced search
July 2008
motuwethfrsasuw
 123456 27
78910111213 28
14151617181920 29
21222324252627 30
28293031    31
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
comp.lang.misc Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  MID4th released         


Author: Jacko
Date: Jul 21, 2008 05:46

hi

I have made a version of forth for MIDP-2 mobiles.

Get it here http://ini.hpsdr.com/MID4th.html

cheers
jacko
no comments
  ANN: Seed7 Release 2008-07-20         


Author: thomas.mertes
Date: Jul 20, 2008 13:30

Hello,

I have released a new version of Seed7: seed7_05_20080720.tgz

In the Seed7 programming language new statements and operators
can be declared easily. Types are first class objects and therefore
templates/generics need no special syntax. Object orientation is
used when it brings advantages and not in places when other
solutions are more obvious.

Seed7 is covered by the GPL (and LGPL for the Seed7 runtime library).

Changelog:
- The FAQs about reserved words and templates were improved.
- The chapters about boolean, integer, bigInteger, rational, float,
complex, char and array in the manual, were improved.
- A subrange...
Show full article (1.89Kb)
no comments
  Re: Cleaning code         


Author: Richard Harter
Date: Jul 18, 2008 12:38

On Thu, 17 Jul 2008 11:57:34 -0400, "S James S Stapleton"
osu.edu> wrote:
>There's a programming construct I've thought of, and I've been searching on
>for it for a while, and haven't found any ideas on why it has/hasn't been
>implemented in any language.
>
>It's fairly obvious...
Show full article (4.43Kb)
16 Comments
  EARN MONEY $2500-10000 PER WEEK         


Author: sumi
Date: Jul 15, 2008 22:01

EARN MONEY $2500-10000 PER WEEK
SIMPLE ONLINE SURVEY
OTHER DETAILS LOGONTO
****************************************************************************
http://www.AWSurveys.com/HomeMain.cfm?RefID=sivaicici

http://www.AWSurveys.com/HomeMain.cfm?RefID=sivaicici

http://www.AWSurveys.com/HomeMain.cfm?RefID=sivaicici

*************************************************************************
no comments
  Boa Programming Language         


Author: Curtis W
Date: Jul 11, 2008 09:05

http://home.comcast.net/~cwarren89/boa.zip

Boa is a programming language I designed a few years back. It was
heavily inspired by python, although there are quite a few
differences. Essentially, I took out all the parts I didn't like and
added stuff I wanted. The only thing I never got around to doing was
writing a type checker for it. At the time I was waiting until I
started on the compiler, but I never got around to it. (I should point
out that, when I say 'type checker,' I mean one that essentially acts
as a lint-equivalent. It would only warn you--it wouldn't stop
compilation.)

*******************************
EXAMPLES
*******************************
Show full article (2.96Kb)
8 Comments
  Ala7 a new language in embedded apps.         


Author: Maciej Bienias
Date: Jul 11, 2008 03:51

Ala7 Controller Code for x86 is a PC based, ready to use programming
environment to write embedded applications in Ala7 language.
It is aimed to write closed-loop and interrupt driven code. Contains
boot, init code and enables kernel mode programming.
Free evaluation version available to download.

Why Ala7 in embedded applications.
Show full article (1.13Kb)
no comments
  Call for participation: What types of organisations adopt agile methods?         


Author: Ant Grinyer
Date: Jul 10, 2008 14:33

Having worked in software development for over 15 years in many
organisations using different development methodologies such as
waterfall, RUP, Scrum and XP, I'm still not sure if there is a
specific 'type' of organisation that is more likely to adopt agile
approaches than others?

I guess it could be argued that those organisations that are more
innovative or open to change are more likely to adopt agile methods?

To try and gain more understanding, and because I have a passion for
software development methodologies, I started a PhD five years ago
(part-time) to look at this issue. I'm now at the point where I'm
conducting a short survey to determine what factors might or might not
influence the adoption of agile methods, in the hope to provide some
enlightenment. If we get enough participation, I then hope to report
this back to the group to see if there are indeed any trends.

The survey is short and should take around 5 - 10 minutes to complete,
so please bare with the scaled questions whereby you are asked to rate
your agreement against a list of statements. To participate, could I
kindly ask you to fill in the survey using the link below -

http://ou1211237011.agile-adoption.sgizmo.com
Show full article (2.03Kb)
12 Comments
  ANN: Seed7 Release 2008-07-07         


Author: thomas.mertes
Date: Jul 7, 2008 14:41

Hello,

I have released a new version of Seed7: seed7_05_20080707.tgz

In the Seed7 programming language new statements and operators
can be declared easily. Types are first class objects and therefore
templates/generics need no special syntax. Object orientation is
used when it brings advantages and not in places when other
solutions are more obvious.

Seed7 is covered by the GPL (and LGPL for the Seed7 runtime library).

Changelog:
- Various FAQs about reserved words, user defined statements, static
type checking, garbage collection, container classes, primitive
types and the difference between object and primitive...
Show full article (1.67Kb)
no comments
  Re: asm + memory in windows         


Author: Rod Pemberton
Date: Jul 5, 2008 03:30

"rio" wrote in message
news:486f4063$0$40313$4fafbaef@reader5.news.tin.it...
> "rio" ha scritto nel messaggio
> news:484a2470$0$40221$4fafbaef@reader5.news.tin.it...
>> /* ritorna puntatore [<=> CF==0] tutto ok, se ritorna 0 [<=> CF==1]
errore
>> /* u32* Realloc_sys(u32* Pm, i32 sz)
>> /* 0k,4j,8i,12b,16ra,20P_p,24P_sz
>> Realloc_sys:
>> >> b=[s+20]|a=[s+24]|k=[s+24]|a<>0| >> b==0#.1
>> [__imp_VirtualQuery](b,Mem_info,28)
>> [Mem_info]!=b#.e|i=a|D[Mem_info+16]==MEM_COMMIT#.1
> ^^^^
> i=[Mem_info+12]
>
>> .0: b#.6
>> .ok: clc|#.f
>> .e: a^=a|stc|#.f ...
Show full article (3.21Kb)
2 Comments
  CLIS 0.9.0         


Author: thagor2008
Date: Jun 30, 2008 03:14

Version 0.9.0 of CLIS (C Like Interpreted Script) has been released.
Its an interpreted lanaguage with system programming features such as
process control, TCP sockets etc.

http://www.ogham.demon.co.uk/zips/clis090.tgz

B2003
no comments
 
1 2 3 4 5 6 7 8 9