Commit Graph

165 Commits

Author SHA1 Message Date
Sameer Rahmani bbebc214ae Add a simplified version of fpkg 2021-01-29 02:00:12 +00:00
Sameer Rahmani c72fe69314 Reimplemented a very simple state monad as system 2021-01-29 00:16:46 +00:00
Sameer Rahmani f53c649441 Finalize the state monad implementation 2021-01-27 22:49:20 +00:00
Sameer Rahmani 531e4603e8 Update 'cubes' function to accept monadic value instead of cubes 2020-10-26 19:28:34 +00:00
Sameer Rahmani 4531c8cd81 Add and functions for the cube module 2020-10-24 21:44:12 +01:00
Sameer Rahmani 149d9c6b00 Add threading macros to the utils module 2020-10-24 19:05:39 +01:00
Sameer Rahmani e11e132a59 Add a state monad as the foundation of Cubes
* Each cube will be a state monad and the description of how to
  change the state.
2020-10-24 18:59:50 +01:00
Sameer Rahmani ba05a3ca4e Add the start function of the default system 2020-05-26 21:06:31 +01:00
Sameer Rahmani 6872744dde Update the Changlog to include FBT changes
Signed-off-by: Sameer Rahmani <lxsameer@gnu.org>
2020-04-16 22:46:33 +01:00
Sameer Rahmani d09a6c450a [FPKG] Add very basic initialization function to initialize straight.el
Signed-off-by: Sameer Rahmani <lxsameer@gnu.org>
2020-04-16 18:17:36 +01:00
Sameer Rahmani a714e78922 [System] Remove the package field. (will be added with FPKG) 2020-04-15 18:50:09 +01:00
Sameer Rahmani 38809cdd19 [FBT]: Add fbt tool (Fg42 Build Tool) to build FG42
Signed-off-by: Sameer Rahmani <lxsameer@gnu.org>
2020-04-15 16:21:55 +01:00
Sameer Rahmani fc233d834e Fix compilation warnings for system/extension libs 2020-04-15 12:08:13 +01:00
Sameer Rahmani 8757abe917 Add the byte code compiler 2020-04-14 22:37:00 +01:00
Sameer Rahmani f17dd3984e Add a bare minimum system implementation for V3
Signed-off-by: Sameer Rahmani <lxsameer@gnu.org>
2020-04-14 20:09:47 +01:00