LINUX.ORG.RU

История изменений

Исправление cluge, (текущая версия) :

Сишная трансляция:

...
#include <stdint.h>
#include <stdarg.h>
#include <string.h>
#include <math.h>
#include <assert.h>
#include <math.h>
#include <limits.h>
#include <string.h>
 
 
 
 
#include <stdint.h>
#include <stdarg.h>
#include <string.h>
#include <math.h>
#include <assert.h>
#include <math.h>
#include <limits.h>
#include <unistd.h>
...

А почему заголовочные файлы стандартной библиотеки всего два раза подключены? Почему не три раза или 10?

Ты специально все типы заменил на __int128? Чтобы твои программы «быстрее» работали? Или это временный костыль?

Исходная версия cluge, :

Метапрог-прототип 30 + многотиповые числовые типы

Сишная трансляция:

...
#include <stdint.h>
#include <stdarg.h>
#include <string.h>
#include <math.h>
#include <assert.h>
#include <math.h>
#include <limits.h>
#include <string.h>
 
 
 
 
#include <stdint.h>
#include <stdarg.h>
#include <string.h>
#include <math.h>
#include <assert.h>
#include <math.h>
#include <limits.h>
#include <unistd.h>
...

А почему заголовочные файлы стандартной библиотеки всего два раза подключены? Почему не три раза или 10?

Ты специально все типы заменил на __int128? Чтобы твои программы «быстрее» работали?