Current module list

The current module list is on GitHub in the r3n Repository and is pointed to in system/locale/library

Unfortunately it's not currenty clear as to which are functions which are evaluated using do and which are modules which are imported

import  <smtp>

vs

do <dl-renc>

so perhaps we need a convention as regards their naming.

Should they all be mod-* such as <mod-smtp> and the ones without the mod are automatically not modules?

The alternative is to change the do/import <code> so that a do goes to a do folder and import goes to a module folder which would mean no renaming would be required.

1 Like