Skip to content
/ kobe24 Public

programming language for learning and teaching the basics programming

License

Notifications You must be signed in to change notification settings

bukseng/kobe24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kobe24

programming language for learning and teaching programming

Tools

tkinter 8.6 python 3.6.5

How to run

run in terminal: k24.py [code file]
code file - a text file that contains the code

Description

  • procedural and interpreted language
  • dynamically typed
  • does not support exception handling, multi-threading and graphics
  • slow (yeah, an interpreter made with python)
  • support list and map data structure

Todo

  • for loop
  • handling user input
  • improve gui design and features
  • set, queue, priority_queue, pair data structures
  • type casting
  • some refactoring
  • tests

Sample

About

programming language for learning and teaching the basics programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages