Loading repository data…
Loading repository data…
bocaletto-luca / repository
Multilanguage Test Examples Welcome to the Multilanguage Test Examples repository! This project contains simple, self-contained examples of programming fundamentals implemented in various programming languages. Each example demonstrates basic constructs—including output, variable declarations, conditionals, loops, and functions/methods with clear..
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Welcome to the Multilanguage Test Examples repository! This project contains simple, self-contained examples of programming fundamentals implemented in various programming languages. Each example demonstrates basic constructs—including output, variable declarations, conditionals, loops, and functions/methods—with clear inline comments to help you learn and run the code quickly.
Each file in this repository is named following the convention <language>.<extension>, for example:
c.c – Basic C examplepython.py – Basic Python examplecpp.cpp – Basic C++ examplejava.java – Basic Java examplejavascript.js – Basic JavaScript exampleruby.rb – Basic Ruby examplephp.php – Basic PHP examplego.go – Basic Go examplerust.rs – Basic Rust exampleswift.swift – Basic Swift examplekotlin.kt – Basic Kotlin examplecsharp.cs – Basic C# exampledart.dart – Basic Dart examplehaskell.hs – Basic Haskell examplescala.scala – Basic Scala exampleobjectivec.m – Basic Objective‑C exampleperl.pl – Basic Perl exampler.R – Basic R examplebash.sh – Basic Bash examplelua.lua – Basic Lua examplepascal.pas – Basic Pascal exampleada.adb – Basic Ada examplecobol.cob – Basic COBOL examplefsharp.fsx – Basic F# exampleelixir.exs – Basic Elixir examplegroovy.groovy – Basic Groovy exampleb.b – Basic B examplefortran.f – Basic Fortran example (Fortran 77 style)basic.bas – Basic BASIC exampleadvanced_fortran.f – Advanced Fortran example (includes user input and factorial calculation)advanced_basic.bas – Advanced BASIC example (Fibonacci sequence)assembly.asm – x86‑64 Assembly example (NASM syntax)common_lisp.lisp – Common Lisp exampleprolog.pl – Prolog examplemodula2.mod – Modula‑2 examplesmalltalk.st – Smalltalk exampleerlang.erl – Erlang examplescheme.scm – Scheme exampleforth.fs – Forth examplealgol68.a68 – Algol 68 examplesimula.sim – Simula examplepl1.pl1 – PL/I exampleawk.awk – AWK examplesnobol4.sno – SNOBOL4 exampleicon.icn – Icon examplehello.e – Eiffel examplehello.rexx – REXX exampleHELLO.m – MUMPS (M) exampleAnd more…
Browse the Repository:
Explore the files to see examples implemented in the language of your choice.
Run the Examples:
Each file includes instructions (in comments at the top) on how to compile or run the code. Simply follow those instructions to test out the example on your local machine.
Learn the Fundamentals:
Use these examples as a starting point to understand the basic syntax and structure of multiple programming languages.
Bocaletto Luca
GitHub: bocaletto-luca
These examples were created with the goal of providing clear, concise, and runnable code snippets that illustrate the core features of each programming language.
Contributions, suggestions, or improvements are welcome. Feel free to fork the repository, make enhancements, and submit pull requests.
Happy coding!