Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

uyirmei

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uyirmei

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

உயிர்மெய்

[Uyirmei: The soul and body elements of the tamil language]

Experimental programming language in Tamizh

Why

This is an experimental side project to validate if a new language grammar can be supported with just ruby metaprogramming constructs. I have used all tricks and ruby hacks to check if a new language parser can be supported using a ruby executable. Consider this a starting point for programming language enthusiast to try to extend programming to other natural languages :)

Show me the code

Let us look at sample programs before introducing the limited language constructs formally..

  1. Determine if a number is odd or not

alt tag

  1. Generate prime numbers upto n

alt tag

Had to add screenshots since the language grammar is not supported by github. You can check out the code in the examples directory

Language constructs
In UyirmeiEquivalent keywordNotes
சாற்றுletDefine a variable
வினைfunctionDefine a method/routine
எனில்ifexecute block if evaluates to true
இல்லைஎனில்unlessexecute block if evaluates to false
மீண்டும்loopexecute given block till break
நிறுத்துbreakbreak out of loop if condition passes
அச்சுprintprint with a newline
மெய்true
பொய்false

FAQs

Package last updated on 31 Jul 2017

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc