
Security News
Oxlint Introduces Type-Aware Linting Preview
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
=gondorlibrary
The Gondor Library enables users of the Ruby language (on the MRI, JRuby or IronRuby) to quickly implement agents for all kinds of situations (for example game AI, or stock market modeling), while focusing on the task at hand, instead of writing a full agent simulation.
It is currently fully implemented in Ruby itself, with no outside dependencies.
=Installation and Usage
gem install gondorlibrary
require "rubygems" require "gondor"
braveheart = Gondor::AI:Entity.new("William Wallace") braveheart.killed_english_men 100 braveheart.update_killed_english_men 50 puts braveheart.killed_english_men
Get the source:
svn checkout http://gondorlibrary.googlecode.com/svn/trunk/ gondorlibrary-read-only
=About Milestone 1 (Version 0.1.0) contains a very basic, but working Entity system, featuring message sending, queues, and flexible entity creation.
=Features
=The Near Future GL will receive its own language (a DSL, I guess), to create rules and messages for the entities, to make use as easy as possible.
= Online
FAQs
Unknown package
We found that gondorlibrary demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.