Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Blade

Blade is a simple, clean, and embeddable dynamic programming language created to be simple enough for beginners, yet powerful and expressive for pros.
Collective - Host: opensource - https://opencollective.com/blade-lang - Code: https://github.com/blade-lang/blade

updated make file

github.com/blade-lang/blade - 32321ad62a09294a7f727465a9d16dd9b0bcec04 authored almost 4 years ago
added git workflow and updated readme

github.com/blade-lang/blade - dc227c0deb7dc69398067e7df870ce3f3951e455 authored almost 4 years ago
Merge pull request #1 from mcfriend99/mcfriend99-patch-1

Create c-cpp.yml

github.com/blade-lang/blade - 9b16abd14d24f9d25eacbdca15c06ba7874172e2 authored almost 4 years ago
Create c-cpp.yml

Initialized Git workflows

github.com/blade-lang/blade - ce58872a3a6b43419adbec5350806cba35d197ea authored almost 4 years ago
fixed socket.receive() error

github.com/blade-lang/blade - 56b4c1eee5ab74775495b67adf0bc078e28963df authored almost 4 years ago
allow setting timeout to socket.connect()

github.com/blade-lang/blade - 430843f9bb4b429070d1d07be727a392acbb33bb authored almost 4 years ago
fixed exception issues

github.com/blade-lang/blade - 146137f2f784e234e5872c8d2978086b50771084 authored almost 4 years ago
initialized sockets

github.com/blade-lang/blade - 965b7c52b1c87f1fae7bf6a062e3ff81ae71be92 authored almost 4 years ago
fixed http upload issue

github.com/blade-lang/blade - b57d0d51a160154a951514cf0205fc75ba4e8bcd authored almost 4 years ago
changing to mime

github.com/blade-lang/blade - 18048d0b3359bfb9e187a95749c32f92b5135e10 authored almost 4 years ago
updated http.b

github.com/blade-lang/blade - 77219cd22a3d05fa94b4c1d234e5a56208ea12a9 authored almost 4 years ago
Changed communication protocol for http module to list for a simpler and faster exchange between backend code and frontend code.

github.com/blade-lang/blade - 82b516b2b0c702692743204063e43d550c6022ad authored almost 4 years ago
1. Updated http implementation to chain timeout.

2. Started handling response in module source file

github.com/blade-lang/blade - 67bc13beff553a819793b2057b759c7c53c7b1a6 authored almost 4 years ago
began implementation of http module

github.com/blade-lang/blade - d06b2a7e742b26e9f2c599f7c8bce51fb6bf09f5 authored almost 4 years ago
initialized http module

github.com/blade-lang/blade - 56e5f0507c9896554b5a9bbb1a930dbf661f0286 authored almost 4 years ago
updated std libs

github.com/blade-lang/blade - 8ad44b13793f489cad9b47aa5241402c3b524f08 authored almost 4 years ago
Added bugs list and Staled on BUGS 1

github.com/blade-lang/blade - d109b6c618fc247ab9b19b0b943086da1122b57c authored almost 4 years ago
fixed minor code errors and simplified typos

github.com/blade-lang/blade - 3bb8dad1ebb8bf377a375b438919086d730303f6 authored almost 4 years ago
changed using statements from a sugared if...else... statement to a lookup table

github.com/blade-lang/blade - eb0c67ddc38841d06df5a2f21bbf9ac9a6d5b29f authored almost 4 years ago
optimizations

github.com/blade-lang/blade - c0b92d84627f925be5d22c1bef5ba81ce4e7c810 authored almost 4 years ago
minor fixes

github.com/blade-lang/blade - c8b2c93ec49cacdd3421f21c6a963b18a1f114e8 authored almost 4 years ago
converged fix

github.com/blade-lang/blade - b707fd6d373504838fea74073ec24df46a6dea0f authored almost 4 years ago
pause on main branch

github.com/blade-lang/blade - 65caad46b36d68302d149c212a840183dcb0e932 authored almost 4 years ago
pause on main branch

github.com/blade-lang/blade - eca489829563ac62969d4eb4238f933cf7425dcc authored almost 4 years ago
updated date library

github.com/blade-lang/blade - d7e1fa640c59d809d3ffe122b083c19160948b5a authored almost 4 years ago
updated and fixed date library

github.com/blade-lang/blade - 318fd7c61e156315309d36c66ca32126e4386eec authored almost 4 years ago
renamed time library to date

github.com/blade-lang/blade - 76e9d2c39f509abf7689be8b9939f66482edffe7 authored almost 4 years ago
updated time library

github.com/blade-lang/blade - 66469e93b2f0b00886a95088fd58586c7fb01e04 authored almost 4 years ago
fixed using to allow local variables

github.com/blade-lang/blade - bcce629f4bb6e86afac8bc619f4f741afb09e46c authored almost 4 years ago
fixed broke using statement

github.com/blade-lang/blade - cd8ce544a192e57e1472695dd5acfb03eb85dde5 authored almost 4 years ago
fixed winbase.h and windows.h misalignment due to LLVM and similar formattings

github.com/blade-lang/blade - 8e2d067076968c2ee5afa1b0140f70067b220294 authored almost 4 years ago
add time/Date module

github.com/blade-lang/blade - 2fdac115961c9fe068d9defcb04fe3cbc5288518 authored almost 4 years ago
implemented anonymous function and also added support for implicit nil function arguments

github.com/blade-lang/blade - d2957b1d9fc8259ec9a5784ef23ff4b26a6da567 authored almost 4 years ago
initalized time lib

github.com/blade-lang/blade - c8ce225b6483efecf61864cf90a9544374f704cf authored almost 4 years ago
updated mime library

github.com/blade-lang/blade - 073fce74f0efd4e20ba1c3d442785b025d26479e authored almost 4 years ago
added the mime library

github.com/blade-lang/blade - 743103a37ee9101f86bf0324ebec7d1aa0f9f977 authored almost 4 years ago
added support for builtin module class fields

github.com/blade-lang/blade - 0f51fa0888f94b0a6ce33b25051aeb8a645b6c9f authored almost 4 years ago
updated builtin modules to allow class fields

github.com/blade-lang/blade - 2e9b547518580d7bd0c7c0ef5338f45a26353999 authored almost 4 years ago
enabled dot access for dictionary named keys

github.com/blade-lang/blade - ce3c288af1e8380ee631fa1f2159b678ca107abd authored almost 4 years ago
updated property get error

github.com/blade-lang/blade - 0a283f2ac2516f5ef9be157e7c8e45f860e0ec38 authored almost 4 years ago
fixed math library

github.com/blade-lang/blade - b9f3ff1d8718cd669f9e0ef54795d4ef09aee23c authored almost 4 years ago
upgraded math library

github.com/blade-lang/blade - 89b3cfa28a2d53c2e06540db5934ffee4f326dc9 authored almost 4 years ago
fixed binary file reading error on windows

github.com/blade-lang/blade - e02854b6a0f690cd03ed9b23bc09a0b402a7a3cb authored almost 4 years ago
disabled debug build

github.com/blade-lang/blade - ea1e89ea16edc1dd09e48adbff07b244804d73c7 authored almost 4 years ago
changed MSC windows compiler name

github.com/blade-lang/blade - 62cfcb4b461af4a3b230d0a7d5ca4df02d63be18 authored almost 4 years ago
added release build configurations for windows

github.com/blade-lang/blade - 0839127ed7f7cdf8723afee159f8e7d13ab05b94 authored almost 4 years ago
fixed memset error while creating exception

github.com/blade-lang/blade - ba0906838410fba1fee96c576d694ed393281f5b authored almost 4 years ago
fixed exception priniting bug on windows

github.com/blade-lang/blade - 373971a36a1e8f8db529680d4d19a27b5be5ea59 authored almost 4 years ago
fixed skip newlines on windows

github.com/blade-lang/blade - bd36beec569d8cf2de969279c4bc463ae92cd188 authored almost 4 years ago
fixed unix build issue

github.com/blade-lang/blade - 7834152beffeb29d6c0c44d20e244daf01d117ed authored almost 4 years ago
fixed multiple windows bugs

github.com/blade-lang/blade - ee5325df4a123b74438a820524810551966ed092 authored almost 4 years ago
removed unnecessary lib files

github.com/blade-lang/blade - 24107951f360a5da7d592428d88d39302676c302 authored almost 4 years ago
corrected pcre2 lib for darwin

github.com/blade-lang/blade - cb165e260a3c3aba6a180df08d02c3ed2003f35a authored almost 4 years ago
fixed unix build

github.com/blade-lang/blade - c3eb53b6d6edf3bb86d699601895e34a1eff60ea authored almost 4 years ago
added and fixed broken vs build

github.com/blade-lang/blade - 5bba744ca6d417ef667dc5c3571cb5d12a30e009 authored almost 4 years ago
added visual studio build support

github.com/blade-lang/blade - 83d6ba71e96f3d8985815334dc6cc87141119256 authored almost 4 years ago
fixed gc logging

github.com/blade-lang/blade - 10bbe56d1ff1b9d6e0f0f33bb4ac82021092dc2c authored almost 4 years ago
minor updates

github.com/blade-lang/blade - 4e6b365ab477b95c12fae9d46c3e247b412eb4b6 authored almost 4 years ago
fixed various win32/64 bugs

github.com/blade-lang/blade - a2638a89a7eff5c06d87e1c22c01083d5130eecd authored almost 4 years ago
simplified makefile

github.com/blade-lang/blade - 020af1ff7125c7d315a69eac6fe4e01a194da781 authored almost 4 years ago
stopped copying to top level

github.com/blade-lang/blade - 12a102d51c3f4c3a329e0a92c0a70746ce56f84d authored almost 4 years ago
stopped cleaning build dir on build

github.com/blade-lang/blade - 4c2dca885144e9b3bd82c231744906207a5115c7 authored almost 4 years ago
fixed clang build error

github.com/blade-lang/blade - 6356319ccf2c27bfe7cbe5d78efa52b5114a29aa authored almost 4 years ago
add missing header for mingw

github.com/blade-lang/blade - 472d48de2d51f7b52a52c2167c2c81fe8dba3741 authored almost 4 years ago
fixed for mingw64 and cygwin build

github.com/blade-lang/blade - 2ed883e942ef4b9a3774f773c944a02828999aa7 authored almost 4 years ago
inlined print and echo value

github.com/blade-lang/blade - f2c03359d8b3995d01a43d6ec7dd344300e23858 authored almost 4 years ago
fixed repl string priniting

github.com/blade-lang/blade - 66ee3a893e2353c5bfbacca630c35b880814a15a authored almost 4 years ago
reverted for loop

github.com/blade-lang/blade - f77c04dc302bc3fe1dff7f0356137f0ee90e112f authored almost 4 years ago
updated for loop value and key arrangement

github.com/blade-lang/blade - d2a7c6f0ff773740f54c034f813c9749b91133c4 authored almost 4 years ago
added math.product and is_iterable

github.com/blade-lang/blade - 3baad7c884bd17af39f4467042447e146d0b7011 authored almost 4 years ago
fixed sum()

github.com/blade-lang/blade - b12f98e548bd30cbb8c8058edff8df0686214241 authored almost 4 years ago
added pure bird logarithm implementation to test

github.com/blade-lang/blade - 4effcfd0e590559108633e7646be978628a30f39 authored almost 4 years ago
added pure bird logarithm implementation to test

github.com/blade-lang/blade - 8e8912706728aa1dbd68bc6613133e0e51be15d8 authored almost 4 years ago
fixed broken core module detection

github.com/blade-lang/blade - c858a683744422e2c4b12f58f58066b18a27f5f0 authored almost 4 years ago
allowed multiline grouping

github.com/blade-lang/blade - 4a250e2ba0a94366f40e04af4d5e719952d8969b authored almost 4 years ago
updated math lib

github.com/blade-lang/blade - 12fcf41086eb807a2412cd5fb6f5683bf3b73196 authored almost 4 years ago
changed order for exception trace

github.com/blade-lang/blade - d771ee26b2785e697bade1f0e75dcf1ceef5688f authored almost 4 years ago
updated math module error messages

github.com/blade-lang/blade - 6390e084487d7a31b47b8eaada79cf64845d436c authored almost 4 years ago
expanded math module and fixed broken string in value_to_string

github.com/blade-lang/blade - bd51a788a4792df860fd61973da7f1e9754c14f5 authored almost 4 years ago
fixed repl suspenders bug

github.com/blade-lang/blade - 75a584b5f433eda2f0b23ff8418ea6c5adcc36bf authored almost 4 years ago
expanded math module and fix runtime error bugs

github.com/blade-lang/blade - 36c05947d264efd47bd6d624524dbfbc0db8bdcc authored almost 4 years ago
initalized math module native methods

github.com/blade-lang/blade - 9c7d1023f75098c440e577bd37c470073c00db01 authored almost 4 years ago
add math library and pi test

github.com/blade-lang/blade - b097b655c5fd4a34400ed2e3dfe0aab3af8387ee authored almost 4 years ago
fixed SIGINT breaks

github.com/blade-lang/blade - 54c39294dac4d3368861df8b08044654bd18dd9b authored almost 4 years ago
added more benchmarks

github.com/blade-lang/blade - 5e5624ef43e85cf00db6939b434ff5263405feca authored almost 4 years ago
simplified table_find_string

github.com/blade-lang/blade - 4bdaa8d58725d7f0efe7da6454d923d8725dc835 authored almost 4 years ago
updated config checking

github.com/blade-lang/blade - 7efbd7799e94ede59efa24976c0d25d5a65d59b5 authored almost 4 years ago
fixed Os.exec white padding

github.com/blade-lang/blade - ffaa7420214c9c243c4295e71eeabd21cc14f29c authored almost 4 years ago
fixed interpolation bugs

github.com/blade-lang/blade - b741796750245f30777856f033b6437f97b2862f authored almost 4 years ago
updated string hash function

github.com/blade-lang/blade - 22a127d88731ad8463daf6ecb0ee34c932e867e4 authored almost 4 years ago
fixed file. new bug detected - can't have multiple interpolation in a string

github.com/blade-lang/blade - 042051a5fe79c321b6835987428ad8854b6e9edc authored almost 4 years ago
removed iter_indexes

github.com/blade-lang/blade - 38d67920d4c082811ea02db01fc809be407c8fc1 authored almost 4 years ago
removed undefined val

github.com/blade-lang/blade - 6d827ce955c099bad35af520fa5014b93c795ca2 authored almost 4 years ago
removed op_empty

github.com/blade-lang/blade - 97845538b647edbaa435e25851d07c10456827b9 authored almost 4 years ago