• Home
  • Most Popular
  • Submit
  • About Us
  • Contact Us

Softpile

Free Downloads

Categories
  • Home
  • Most Popular
  • Communications
  • Desktop
  • Games & Entertainment
  • Graphic Apps
  • Network & Internet
  • Security & Privacy
  • System Utilities
Alternative to itextsharp 2022.11.10347
IronPDF offers an itextsharp alternative for HTML to PDF conversion with C# code examples, documentation, and ...
VShell Server for Linux and Mac 4.8
VShell is a versatile and secure file transfer server that supports multiple protocols and is compatible ...
PDF Studio PDF Editor for Linux 2022
PDF Studio is a cost-effective PDF editor that delivers full compatibility with the PDF Standard. It's ...
VQ Probe for Linux 1.5
VQ Probe is a comprehensive software tool that enables objective and subjective video quality analysis. The ...
Resilient Server 2.3
This Debian GNU/Linux (Buster) based software has a customized partitioning scheme that enhances robustness against filesystem ...
Valentina Studio for Linux 9.6
Valentina Studio is a cross-platform GUI manager for Mac, Windows, and Linux. It allows users to ...
VPN Lifeguard for Linux 1.0.58
The software monitors VPN connection and automatically terminates apps during connection loss, re-establishes the connection and ...
G_Viewer 0.84
G_Viewer is a Linux software that serves as both a file system and photo/image viewer. It ...
Checksome File Hash Tool for Linux 1.1
This software allows for the generation and verification of file hashes. It is a quick and ...
KeyWrangler Password Manager for Linux 1.2
A password management software that is secure, offline and extensible. It offers military-grade encryption to protect ...
Home Linux Acme::URM Download

Acme::URM

August 2, 2009
URM emulation software is a program that can replicate and simulate the operations of an unlimited register machine, allowing users to perform complex calculations and operations with a high degree of accuracy and precision.
Version 0.01
License Perl Artistic License
Platform Linux
Supported Languages English
Homepage search.cpan.org
Developed by Alexander Soudakov
Acme::URM is a Perl module that allows you to emulate an URM in Perl. It is an interesting tool to have because why not? URM is an abbreviation for unlimited register machine and it has an infinite number of registers such as R0, R1, etc. These registers contain natural numbers (r0, r1, etc.) and their default values are set to 0.

The URM can operate using one of the following instructions:

* Z(n) - sets up register with index n to zero
* S(n) - increments the value of the register with index n by 1
* T(m, n) - sets up the value of the register with index n to the value of the register with the index m
* J(m, n, q) - a conditional instruction that checks for equality between the values of registers with indexes m and n. If they are equal, it will go to instruction with index q (which is a zero-based index). Otherwise, it moves to the following instruction.

A URM program is a finite list of URM instructions. In order to use Acme::URM, you first need to use:

 use Acme::URM;

Then, you can create an object of the URM:

 my $rm = Acme::URM->new();

After that, you can create a program that summarizes the parameters given by R0 and R1:

$urm->program(
'T(0,2)',
'T(1,3)',
'J(3,4,6)',
'S(2)',
'S(4)',
'J(0,0,2)',
'T(0,3)',
'J(3,1,'.Acme::URM::LAST.')',
'J(3,2,11)',
'S(3)',
'J(0,0,7)',
'T(1,0)',
);

Next, you can fill the registers by using:

 $urm->register( 0, 2, 2 );

Finally, you can run the program and expect the result to be 4:

 my $res = $urm->run(); # res must be 4.

In conclusion, Acme::URM is a useful Perl module for emulating unlimited register machines in Perl. The usage explained above can give you a good understanding of how it works.
What's New

Version 0.01: N/A

Free Download 4.4K
323
  • Share on:

Most Popular

  1. Quicksilver Forums 1.4.2
    155
  2. Dvgrab 3.4
    95
  3. DynVPN 1.0
    82
  4. CherryTV 0.1
    80
  5. SlideMap 1.2.2
    75
  6. porm r2
    70
  7. Hills 2.0
    70
  8. crick-info 1.0
    69
  9. fuseftp 0.8
    68
  10. Swiftfox 3.0b5pre-2
    67

Related Downloads

Global Menu
The Global Menu Bar for GNOME is an application that provides a ...
ClaSS
ClaSS is a student information system that has been completely revamped and ...
django-localeurl
This Django software enables specifying the language of a webpage through the ...
XNote
XNote is a software that enables the creation of permanent sticky notes ...
P*Wcal
The P*Wcal software project enables you to sync your Palm Pilot with ...
Music::Tag
This software provides an easy-to-use interface that collects information about music files.
GNU Shishi
GNU Shishi is an implementation of Kerberos 5, although it is not ...
Smartput
Smartput plugin for Vim automatically adjusts spaces and commas while putting text, ...
T3K
GTK and Emerald are two popular themes for software applications that customize ...
DataMatrix Decoder SDK/Android
The DataMatrix decoder software library can decode rectangular and square ECC 200 ...
Copyright © 1999-2025 Softpile Free Downloads
  • Most Popular
  • Submit
  • About Us
  • Contact Us
  • Privacy Policy
  • Disclaimer
  • Terms of Use

Can we use your data to tailor ads for you?

Our partners will collect data and use cookies for ad personalization and measurement.

By choosing "I agree", closing this pop-up or clicking on any element on the page, you agree to the use of cookies to help us provide you with a better user experience.

Learn how Softpile and our partners collect and use data.

You can change your choice at any time in our privacy center.

Cookie Settings

Our website stores four types of cookies. At any time you can choose which cookies you accept and which you refuse. You can read more about what cookies are and what types of cookies we store in our Cookie Policy.

are necessary for technical reasons. Without them, this website may not function properly.

are necessary for specific functionality on the website. Without them, some features may be disabled.

allow us to analyse website use and to improve the visitor's experience.

allow us to personalise your experience and to send you relevant content and offers, on this website and other websites.